|
Hello,
I am trying to connect to a database and I am using the following piece of code:
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "dsn=mydatabase;uid=user;pwd=password;"
But, as the database is on another computer, I would like to connect to it using the IP address of the computer instead of a dsn connection. Can anyone help me with that?
Thanks,
tcb.
|