I have an old access 2003 db (windows XP) that I am converting to access 2010 (windows 7). In the frontend I have a connection to an old SQL Server 2000 database. I need to recreate the connection from the access 2010 to the SQL 2000 server.
Here is my connection string:
OpenConnection("Export", dbDriverNoPrompt, True,
ODBC;provider=SQLOLEDB;SERVER=<servername>;DATABASE=<databasename>;UID=<userID>;PWD=<password>;DSN=''")
Any help that you can provide would be greatly appreciated.
Thanks.
Here is my connection string:
OpenConnection("Export", dbDriverNoPrompt, True,
ODBC;provider=SQLOLEDB;SERVER=<servername>;DATABASE=<databasename>;UID=<userID>;PWD=<password>;DSN=''")
Any help that you can provide would be greatly appreciated.
Thanks.