Open Connection
Open a database connection.
Open a database connection using the specified connection string.
Input
Connection Selector :
DbHandle Argument
****The selector to establish a database connection.\

Database Name :
String Argument
The existing database name to establish a database connection.\
Password :
String Argument
The password to establish a database connection.\
Server Name :
String Argument
The server name to establish a database connection.\
User ID :
String Argument
The user id to establish a database connection.
Output
Output :
DbHandle Variable
The DbHandle object to reference the opened database connection.
Last updated