OleDb and .NET

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Are OleDb libraries installed with runtime .NET or do you have to install
ADO.NET separately?
 
Hello Peter,

Thanks for your post. As I understand, you want to know with which product
the System.Data.OleDb is shipped.

Please kindly note that System.Data.OleDb is installed with .NET Framework.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
--
____________________________________
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.
__________________________________
 
While the OleDb .NET data provider is built into the .NET Framework, you
will still need to install any dependant COM drivers etc.

--
____________________________________
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.
__________________________________
 
Thanks

So if currently a user is openning Access database from Excel he should be
able to open the same database with a program using System.Data.OleDb, is
that correct?
 
Back
Top