remote connection to MS SQL 2000 db
Hi there
I use a global file to connect to our MS SQL Server 2000 db which resides on our web server. If I wanted to create a remote connection would I just need to change the dsn?
from
dsn='database'
to
dsn='192.168.2.1/database'
thanks
Adam
|