Hello all,
I have gone thru almost all the replies on this forum for
this issue "how to access MDB on a web server , from a desktop"
but found no solution and at mylevel tried to give the connectionstring in different ways like:
oconn.Open "Provider = MS Remote;" _
& "Remote Server =
http://www.mysite.com;" _
& "Remote Provider = Microsoft.Jet.OLEDB.4.0;" _
& "Data Source = C:\dbpath.mdb;admin,"
oconn.Open "Provider=MS Remote;" & _
"Remote Server=http://myserverIP;" & _
"Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=c:\dbpath.mdb;", _
"", ""
oconn.Open "Provider=MS Remote;" & _
"Remote Server=http://myserverIP;" & _
"Remote Provider=MSDASQL;" & _
"DSN=dsnname;"
(i guess the MSDASQL is for Sql server, isn't it?)
oconn.Open "Provider=MS Remote;" & _
"Remote Server=http://ServerIP;" & _
"Remote Provider=Microsoft.jet.oledb.4.0;" & _
"Data Source=dsnname;"
but no results.
I want to access a MDB on the web server from my desktop using
Visual Basic
Pls,pls if anyone has the working code please mail me
at
technofriend@indiya.com
i would be very greatful.
NOTE: i want the solution to read only MDB not SQL server.
thank you very much all, in advance
sincerely yours
hassan ali
