Re: ado vs oledb
- From: "William \(Bill\) Vaughn" <billvaRemoveThis@xxxxxxxxxx>
- Date: Tue, 31 Oct 2006 11:52:27 -0800
ADO.NET is a data access interface that uses any number of .NET data
providers including SqlClient (to talk to SQL Server), SqlCe (to talk to SQL
Server Compact Edition), OracleClient (to talk to Oracle) and OSFA providers
like Odbc and OleDb which require ODBC drivers or OLEDB data providers to
talk to a variety of backends.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
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.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
Between now and Nov. 6th 2006 you can sign up for a substantial discount.
Look for the "Early Bird" discount checkbox on the registration form...
-----------------------------------------------------------------------------------------------------------------------
"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot com> wrote in message
news:ODa5mDS$GHA.3860@xxxxxxxxxxxxxxxxxxxxxxx
what is the difference between oleDB and ADO.net provider ?
.
- Prev by Date: Re: Tip on filling DataSet in C#
- Next by Date: Re: Load dataset faster? 45K items in 18 seconds too slow
- Previous by thread: Re: Dot Net 2.0 or SQL Server 2005 problem?
- Next by thread: Re: ado vs oledb
- Index(es):
Relevant Pages
|