Good afternoon to all,

Quick question.. I am in the process of creating an application that
will go across multiple web servers.  Can someone please help me with
the code necessary to connect to an Access DB that is located on one
server, from ASP code on another.

I understand that HTTP is not acceptable in the connection string so I
am a bit stumped on how to recognize the .mdb file on the remote server.

Example:

Server 1 - Connection String
  objSConn.Open "Provider = Microsoft.Jet.OLEDB.4.0; " & _
                    "Data Source = http://www.dbstore.com/data/test.mdb";


Server 2 - .mdb File on server www.dbstore.com
        c:\data\test.mdb

Many thank in advance.

Regards,
Eric


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to