if there is a database sitting on some remote web server and i would like to access one of it's tables
for an asp page on my company intranet , or from an .mdb on my pc, how could i do it?
is this even possible?
It's possible if the other database is something like SQL Server or Oracle, and that database has a static IP address that is accessible via the Internet.
If that's the case, then get yourself a userName and password, check out the connection string FAQ in this forum, and you'll be good to go.
How about if i don't want the user to have to log on with each trip/transaction to the web db?
if a vpn is used to connect to the remote server can i just use standard odbc connections to the remote database?
Would obtaining the static IP for the remote database be the way to go if there was no VPN connection, however?
Yes, the IP address is the only way to go if there's no VPN connection.... whether it be through an ODBC DSN or whatever... somewhere, the IP (or the serverName if there is the VPN connection always present) will have to be used in order for your script to know where to go.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.