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?
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?