Open Connection

Open a database connection.

Open a database connection using the specified connection string.

Input

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

Last updated