I'm trying to connect VFP 9 to an MSSQL 10.5 database with this connection string
lcconnstr="Driver = {SQL SERVER};SERVER=BILLCOUTURE-PC"
I've checked and this is the proper name for the server.
I get data source name not found and no default driver specified
I can open and view the tables in Management studio. I'm using Windows authorization and have no problems. Since these are test databases no paswword.
I can open using VFP at a client site with the following string.
DRIVER={SQL SERVER};server=serverplumbing;UID=at;PWD=HTECH
I made slight changes to the uid and pwd.
lcconnstr="Driver = {SQL SERVER};SERVER=BILLCOUTURE-PC"
I've checked and this is the proper name for the server.
I get data source name not found and no default driver specified
I can open and view the tables in Management studio. I'm using Windows authorization and have no problems. Since these are test databases no paswword.
I can open using VFP at a client site with the following string.
DRIVER={SQL SERVER};server=serverplumbing;UID=at;PWD=HTECH
I made slight changes to the uid and pwd.