G
Guest
Hi All,
I have an asp.net app connecting to an Access database. I
can connect to a local copy of the database using this
conncetionstring :
dbconn = new OleDbConnectio
(@"Provider=Microsoft.Jet.OLEDB.4.0;data
source=C:\MyDB.mdb");
this works fine - afer giving the local asp.net account
permission on this database.
Can anyone tell me how to connect to an access database
on a remote server?
Cheers,
Richard
I have an asp.net app connecting to an Access database. I
can connect to a local copy of the database using this
conncetionstring :
dbconn = new OleDbConnectio
(@"Provider=Microsoft.Jet.OLEDB.4.0;data
source=C:\MyDB.mdb");
this works fine - afer giving the local asp.net account
permission on this database.
Can anyone tell me how to connect to an access database
on a remote server?
Cheers,
Richard