I am trying to connect to a SQL database and am having some trouble here is my connection string, and I am pretty sure the IP address is correct, b/c I am using it to remotely connect to the server that the SQL database resides on. Does anyone have any idea why it cannot connect?
Code:
Conn.Open "Driver={SQL Server};Server=70.90.150.170;Database=ABSOLUTE;Uid=****;Pwd=******;"