Someone please tell me that I am not dreaming and I can use VB6 to connect to a web hosted (Remote) SQL database.
This seems to be such a simple thing and yet everything I am reading is indicating the db must reside on the local network?
I try to connect using the following string (with server and user names changed for their protection).
please tell me this can be done without resorting to asp.net or vb.net...
thanks
This seems to be such a simple thing and yet everything I am reading is indicating the db must reside on the local network?
I try to connect using the following string (with server and user names changed for their protection).
Code:
Conn = "Provider=sqloledb;Data Source=winsql01.webserver.com,1433;Initial Catalog=master;User Id=sa;Password=superpassword"
please tell me this can be done without resorting to asp.net or vb.net...
thanks