Open Connection
Open a database connection.
Last updated
Open a database connection.
Last updated
Open a database connection using the specified connection string.
Connection Selector : DbHandle Argument
****The selector to establish a database connection.\
Information :
DataSource
- The name given to the connection set up to a database from a server.
Server Name
- The server name to establish a database connection.
Database name
- The database name to establish a database connection.
UserName
- The user id to establish a database connection.
Password
- The password to establish a database connection.
The button `**`Test Connection`**`
to check the connectivity with database.
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 : DbHandle Variable
The DbHandle object to reference the opened database connection.