HOWTO
Applies To:
ITScriptNet V1/V2
An authentication error is received when trying to connect to a SQLServer ODBC connection using SQLServer authentication.
DETAILS
You must specify the username and password in the connection string. specify the username with the UID parameter, and the password with the PWD parameter.
Example: DSN=DSNNAME;uid=username;pwd=password
Alternately, you can use the Data Link Editor to create a connection to a database that includes a username and password.
This article last updated:
1/1/2009 12:00:00 AM