M
microsoft
We are writing data into a MS Access Table, the data has come from an XML
data source, we have loaded this into a DOM object and then parsing each
value and writing into the table. there are about 15 fields in a record. To
write about 200 records it takes only 1 second but to write about 10000
records it takes about 8-10 mins why is this degradation in speed. Is there
a better way to do this that would increase the speed.
data source, we have loaded this into a DOM object and then parsing each
value and writing into the table. there are about 15 fields in a record. To
write about 200 records it takes only 1 second but to write about 10000
records it takes about 8-10 mins why is this degradation in speed. Is there
a better way to do this that would increase the speed.