OK. And this explains everything to me.
Thanks for your help Mark.
Regards
Christian
Search found 3 matches
- 26.05.2008, 07:14
- Forum: MySQL
- Topic: Problem with bulk-insert
- Replies: 4
- Views: 1370
- 24.05.2008, 11:45
- Forum: MySQL
- Topic: Problem with bulk-insert
- Replies: 4
- Views: 1370
Problem with bulk-insert
Hi! I have one ADOConnection and one TZConnection in my project. The ADOConnections opens an Excelfile. I want this data to be inserted into my MySQL database. Here's my code: ADOQuery1.Open; ZQuery1.Open; // MySQL-Tabelle while not ADOQuery1.Eof do begin ZQuery1.Append; // neuer, leerer Datensatz Z...