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.\

Connection Window

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.

Output

  • Output : DbHandle Variable The DbHandle object to reference the opened database connection.

Last updated