dbc_AfterCreateConnection Event

Occurs after a connection has been created. There are two versions of the syntax.

PROCEDURE dbc_AfterCreateConnection
(cConnectionName, cDataSourceName, cUserID, cPassWord, cConnectionString) 
PROCEDURE dbc_AfterCreateConnection
LPARAMETERS cConnectionName, cDataSourceName, cUserID, cPassWord, 
 cConnectionString

Parameters

cConnectionName

Specifies the name of the connection that was created.

cDataSourceName

Specifies the name of the ODBC data source.

cUserID

Specifies your user identification for the ODBC data source.

cPassWord

Specifies your password for the ODBC data source.

cConnectionString

Specifies a connection string for the ODBC data source. You can use the connection string instead of explicitly including the ODBC data source, the user identification, and the password.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic