MS SQL


How to connect to MSSQL remotely using Visual FoxPro?
DRIVER=SQL Server Native Client 10.0;SERVER=yourdomainname.com;UID=myuserid;PWD=mypassword;APP=Microsoft Visual FoxPro;DATABASE=mydatabase;

Note: myuserid, mypassword and mydatabase are outlined from within your control panel under the Databases section.