Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Sir Please help me, I dont know from where to get this Provider Name

I want to add OleDB connection in my windows application but I dont know where to get this.
eg: Provider,Name, .mdb file etc..

i got below code from google search......pleas help me

C#
private constr =
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=yourdbfile.mdb;
Jet OLEDB:Database Password=yourpassword;";


[Edit] Shouting removed - code block added By Jibesh[/Edit]
Posted
Updated 11-Feb-13 23:08pm
v3
Comments
Sergey Alexandrovich Kryukov 12-Feb-13 2:02am    
To start with, please stop shouting. ALL CAPS is considered shouting on the Web, pretty rude...
—SA

1 solution

See these tutorials[^]. If you need to download the Jet database engine then you can find it here[^].
 
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