I don't know which is faster (probably ADO), but I do know that the BDE does not let you use all of the field types that are available in SQL Server 2000. This is not Borland's fault, but Microsoft's for not updating the drivers that the BDE uses because they want developers to move to ADO.
We have found that ADO is much faster than for Access, but we haven't tested SQL very much.
Brian
"There are 2 kinds of people in the world, those that divide people into two groups and those that don't. I belong to the second group." - tag line I stole
I have used BDE and ADO, both with "native" drivers and ODBC. To be honest I have found no noticeable speed difference as the real work is done inside SQL Server and in ClientDataSets. These above technologies are just conduits.
What I have found is that ADO is easiest to configure, distribute and use. It also handles the greatest variety of SQL Server features.
I believe that the dbExpress for SQL Server is an ADO wrapper (anyone confirm/deny?).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.