Re: ODBC vs Ole Db by William
William
Fri Feb 06 15:59:53 CST 2004
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). However, the Sybase ODBC driver might not be as competent as the
Sybase OLE DB provider--just as the JET ODBC driver is a subset of the JET
OLE DB provider functionality. I suggest going to the Sybase site and seeing
what they recommend.
hth
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"Miha Markic [MVP C#]" <miha at rthand com> wrote in message
news:uBKLiZJ7DHA.3304@tk2msftngp13.phx.gbl...
> 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" <toddswygert@hotmail.com> wrote in message
> news:ad7d01c3ec89$5ff85210$a101280a@phx.gbl...
> >
> > My client is using a Sybase database. Should I use ODBC
> > or Ole Db with ADO.NET?
> >
> > Thanks,
> > Todd
>
>