is it possible to access sql server on a remote machine from a dial up connection (using vb6) without sql server being installed on the local computer? - and how do you go about this - is RAS, RDO, TCP/IP etc the way to go?
We've touched on this briefly in thread183-63538. Basically, if you can establish a connection where you can use TCP/IP (which you normally would using an ISP), then you should be able to connect to an SQL Server. You'll need the server's IP address, and you'll need the SQL Server driver on your machine and set it to use the TCP/IP protocol (not Named Pipes).
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.