DSN SYSTEM(SQLServerConnection) @"bindScriptFile" [ASUSER(userID.password)]
| SQLServerConnection | The name of an established connection to a SQL Server database. | 
| bindScriptFile | The full path to and filename of the bind script (.hcodsn) file that contains the commands you want to execute.1 | 
| userID | The user ID required to log onto your SQL Server database. Enclose in double quotes (") if the user ID contains non-alphanumeric characters.2 | 
| password | The password required to log onto your SQL Server database. Enclose in double quotes (") if the password contains non-alphanumeric characters.2 | 
| 1 For a listing of commands that are valid in HCOSS bind script files, see the topic Bind Script Commands. 2 The level of database access permissions required by these login credentials can vary. For details, see the topic DSN Bind Utility. | |
Comments