question before i buy (ADO vs ODBC)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
shutterstock
Posts: 27
Joined: Sat 28 May 2005 20:37

question before i buy (ADO vs ODBC)

Post by shutterstock » Sat 28 May 2005 20:45

is the ADO component that core labs provides a lot faster than the OdbcOnnection MyODBC component that i can get from mysql.com ?

ADO has less abstraction between the app and the DB than ODBC does?

thanks!

Serious

Re: question before i buy (ADO vs ODBC)

Post by Serious » Tue 31 May 2005 07:31

shutterstock wrote:is the ADO component that core labs provides a lot faster than the OdbcOnnection MyODBC component that i can get from mysql.com?
By our performance tests MySQLDirect .NET has better results than MyODBC.
shutterstock wrote:ADO has less abstraction between the app and the DB than ODBC does?
MySQLDirect .NET interacts with MySQL Server directly, so there is no abstraction between our provider and MySQL Server in direct mode.

Post Reply