Hi..
How to connect to MS Access Database which is password Protected through VB.Net..
Can u send the Data Source for Connection ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Laura MathewsPosted Nov 8, 2018, 12:43 AM
Akkiraju IvaturiPosted Sep 10, 2012, 5:16 PM
http://www.connectionstrings.com/
Sukesh MarlaPosted Sep 10, 2012, 1:45 PM
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb;Jet OLEDB:Database Password=MyDbPassword;
Dim con as new OledbConnection( Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb;Jet OLEDB:Database Password=MyDbPassword;)
Hope it helped, Check this is correct answer if it does.