Page 2 of 2

Re: ADORDD

Posted: Sat Aug 01, 2020 10:03 pm
by AUGE_OHR
hi,

YES, that way INSERT INTO work, THX

now i have a small Problem : how when empty Date :idea:
i try "0" or "1" and get 31.12.1899 but i like to have it empty

---

now while both work i can compare time.
DBF 3 MB, 16 Fields, 220134 Records need
INSERT INTO -> 160 Sec.
RecordSet -> 40 Sec
libxlsxwriter.dll -> 20 Sec
but i have no working 64 Bit libxlsxwriter.dll so i will use ADO RecordSet

Re: ADORDD

Posted: Sun Aug 02, 2020 3:28 am
by AUGE_OHR
hi,

this line

Code: Select all

    oColumn:Attributes := adColNullable
is bad for Type "L" so delete it