T
tezheng
i'm using Access table with ADO via C++
and it takes more than 30 seconds to append 5000 records once in batchupdate
mode.
why is it so slow?
is there any better way?
the table contains 8 fields----3 int and 5 double, a primary key(ID)
and the data are all in memory(dynamic created)
and it takes more than 30 seconds to append 5000 records once in batchupdate
mode.
why is it so slow?
is there any better way?
the table contains 8 fields----3 int and 5 double, a primary key(ID)
and the data are all in memory(dynamic created)