T
Todd
My client is using a Sybase database. Should I use ODBC
or Ole Db with ADO.NET?
Thanks,
Todd
or Ole Db with ADO.NET?
Thanks,
Todd
-----Original Message-----
Hi Todd,
Whichever suits you best.
I guess odbc one should be a bit faster.
Can't comment on differences between them though.
--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com
Todd said:My client is using a Sybase database. Should I use ODBC
or Ole Db with ADO.NET?
Thanks,
Todd
.
Miha Markic said:Hi Todd,
Whichever suits you best.
I guess odbc one should be a bit faster.
Can't comment on differences between them though.
--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com
Todd said:My client is using a Sybase database. Should I use ODBC
or Ole Db with ADO.NET?
Thanks,
Todd
William (Bill) Vaughn said:It's a function of functionality as much as performance. The Odbc .NET Data
Provider is a "managed" provider while the OleDb provider is not (relies on
COM).
William (Bill) Vaughn said:I didn't label them, the dev team at Microsoft did.
a dramatic (20%) difference in performance (Odbc over OleDb) when accessing
SQL Server.