Click here to Skip to main content
15,913,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Which data provider to use while connection Access 2007, so that it will give me better output ?
I am talking about C# language.

Thank in Advance.........
Posted
Updated 19-Apr-11 23:47pm
v3

If you can use SQL Server 2008 Express, you should be able to use Access (if you must) on top of that too.

Otherwise try OLEDB provider for Access 2007[^]

Regards
Espen Harlinn
 
Share this answer
 
you need to use OLEDB data provider. this type of data provier works with OLE DB provier,Oracle OLE DB provier, and the jet OLE DB provider. the System.Data.dll assembly implements OLE DB .NET framework data provider in the System.Data.Oledb namespace.

I will suggest you to navigate this link[^] to know more
 
Share this answer
 
All these answers are pretty good, but very specific. For your own future reference, you should make use of www.connectionstrings.com
as a starting point if you have issues connecting to databases.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900