Saving bulk data into acces

  • Thread starter Thread starter G Uljee
  • Start date Start date
G

G Uljee

Hi,



I've an application with an Access database (max 10000 records).

I want to save per 1000 records at once into the Access database, witch
option do you prefer (example)?

Someone experience with saving bulk data?



Cheers Gaby
 
Gaby,

I think that the only way that you are going to be able to do this would
be to craft your own SQL statements which are all appended to each other and
then execute it at once. However, this might put a lot of strain on the
OLE-DB provider (since it is working your process space) depending on the
number of operations you are performing.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top