Article ID: 101375
Article Last Modified on 1/26/2005
Data Source Name (DSN) The name of the SQL Server computer
Database Name (DATABASE) The name of the SQL Server database
Workstation ID (WSID) The name of the workstation that is
making the connection (optional)
User ID (UID) The login ID*
Password (PWD) The user password*
* This item is optional within the connect string. If it is not
present, the system prompts the user with a dialog box to enter this
information the first time the macro is executed each session.
ODBC;DSN=ServerName;Database=Pubs;WSID=Wrk1;USID=JaneDoe;PWD=ABC123
Additional query words: attach remote data source
Keywords: kbhowto kbusage KB101375