Heyas,
After importing roughtly 80k rows, the "Read Rows" and "Imported Rows" Information in the wizard result window differs:
Find attached the DDL, the import script and the import file.
HTH :)
Marc
SET SCHEMA = 'STAT';
CREATE TABLE "STAT"."CADIS_BELOG_VDID" (
"SDGNR" VARCHAR(35) NOT NULL,
"SDGDATUM" DATE NOT NULL,
"C_ADID" VARCHAR(10) NOT NULL,
"C_VDID" VARCHAR(10) NOT NULL,
"C_EDID" VARCHAR(10),
"C_VLDKZ" INTEGER,
"C_IMPORT" VARCHAR(1),
"Z_EDID" VARCHAR(10)
)
IN "USERSPACE1";
ALTER TABLE "STAT"."CADIS_BELOG_VDID"
DATA CAPTURE NONE
LOCKSIZE ROW
APPEND OFF
NOT VOLATILE;
IDS Logistik GmbH
Marc Rink
- Software Development Manager -
Saaläckerstrasse 8
63801 Kleinostheim
Tel: +49(6027)40903-13
Fax: +49(6027)40903-9013
MOB: +49(170)9672528
Internet: http://www.ids-logistik.de
E-Mail: marc_rink@...
Sitz der Gesellschaft: Kleinostheim
Amtsgericht Aschaffenburg - HRB 10253
Geschäftsführer: Dr. Michael Bargl
Vorsitzender des Beirates: Mathias Krage
------------------------------------------------------------
"Computer games don't affect kids. I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music."
--Kristian Wilson, Nintendo 1989.
2 of 2 File(s)

