ADO and ODBC
IT & Infrastructure
2
Posts
2
Posters
0
Views
1
Watching
-
Hallo! Can anyone tell me if a ADO interface is faster then a ODBC interface. I have a problem when I write large data from a Borland C++ Builder application to a MS Access database wiht ODBC. It's to slow? Thomas Vanting Denmark
Vanting wrote: It's to slow? Well you are catching on ... Using ADO with MS Access is the biggest mistake!!! We have spent many days (and nights too) trying to improve the performance.. But forget it, its not going to work. The OLEDB Provider for JET is at fault here. Avoid ADO(OLEDB) with Access if possible.