I need to connect to a remote MS-SQL server at a given IP address and port. I have the database name, login, password and all that.
Has anyone done this? Am I the first? Can you please show me how? Please?
Thank you, thank you, thank you!
Kevin
To remotely connect you need to have myODBC drivers installed on your server first. Then once you have made your connection you can use the mssql_whatever() functions.
I installed mySQL. Is it OK to connect MSSQL?
If you have installed mySQL then you would use the mySQL functions not mssql functions. Those are two seperate and different products.
testing