Question : ODBC SQL Server Driver Problems

Hi all, this is my problem. When I try to connect to a DB, I get the next error message: [Microsoft][ODBC SQL Server Driver]Neither DSN nor Server keyword supplied. Can someone help me?. Thanks. :-)

Answer : ODBC SQL Server Driver Problems

In your connect string add the SERVER keyword with the name of the server i.e
PROVIDER=SQLOLEDB;SERVER=MyServer;DRIVER=SQL Server;Database=GarwynAppTest;UID=sa;PWD=

where my server is called MyServer
Random Solutions  
 
programming4us programming4us