I am looking for a short term solution to connect to an Access database that is inside our firewall which only accepts SQL type calls.
The Connection string has to be done programatically. Any ideas?
Printable View
I am looking for a short term solution to connect to an Access database that is inside our firewall which only accepts SQL type calls.
The Connection string has to be done programatically. Any ideas?
You can't access an Access database remotely. The mdb file has to reside on the server or on a drive that is mapped by the server.