PDA

View Full Version : accessing Remote MS Access Database



ssjadhav
March 14th, 2002, 02:28
Using ASP and IIS:
In ASP, from client-side VB script, i am trying access MS Access database using RDS concept. I am able to access using http connection.

Code looks like this:
Set object = DataSpace.CreateObject("ProgId", "http://awebsrvr")

Since i am using this in intranet, i want to access using m/c name. Is it possible? or

Is there any other way(i.e other than RDS) using which i can access remote MS Access database?

Jei
March 16th, 2002, 17:39
you could use ADO as in this snippet

http://www.a1vbcode.com/snippet.asp?ID=76