September 25th, 1999, 05:38 AM
Dear Friends
Please let me know which method is faster to access data from Database.
ADO or ODBC API ?
Thaks in advance
Ravi
nagamalli
November 28th, 1999, 12:19 AM
Odbc api is faster than ado
mnmrao
TeddyF
November 28th, 1999, 12:22 AM
Depends on what data source you are accessing, but for the most part ADO (used in conjuction with OLE DB) is very fast. I have tested the two options you mentioned with MS Access and SQL Server, and in both instances, I find perfomance to be a lot better with ADO. But let's see what others have to say about it...
December 11th, 1999, 11:49 PM
I agree ODBC is faster