Dirk (Belgium)
unread,May 4, 2012, 4:45:23 AM5/4/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi all,
On a daily base, I have to copy all records from dbf to sql.
This is done in a task which runs during the night, but it takes
already 62 minutes (too long).
On this moment, I use the standard VO SQL classes.
First I do a prepare statement INSERT INTO <table> (field1,field2,...)
VALUES (?,?,...)
After this, for each record of the dbf file, I do the
SQLStatement{}:Execute() method with an array of the values.
So, this process takes to long.
My question:
Does someone know how to speed up this process ????
Thanx for any advice,
Dirk (Belgium)
--