I am using MS Access and vb.net, Now I have included ms access into the application.whe n I did my coding I did by
but when I need to deploy it in client system I cant know in which drive they are going to put that? so how could I change it?
Thanks in advance
Raghul
Code:
cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\emp.mdb;_
PersistSecurityInfo=False")
Thanks in advance
Raghul
Comment