ADONETDatabaseConnections.Add

This function adds a new ADO.NET connection.

Syntax Parameters Return Value
Function ADONETDatabaseConnections.Add( _
    Name As String, _
    PRovider As String, _
    ConnectString As String) As ADONETDatabaseConnection
  • Name [in]

The name of the new connection.

Type: String

  • PRovider [in]

The queries provider.

Type: String

  • ConnectString [in]

The query connection string.

Type: String

ADONETDatabaseConnection