Fast Data Saving

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking for fast way to save the whole table from my program in MS Access.
Doing it row by row works slowly in ADO.NET.
My current program does it using DAO with C++.
I'm looking for a solution that will work with 64-bits.
 
ADO.NET in Access?
or you only using database from Access?
I think the fastest way to store data in a table - DAO or insert into SQL
But if you need to move several records between 2 processes - then you can
consider disconnected ADO recordset, or XML, which works with ADO and
ADO.net

--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
 

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