nca_logon_connect
Example: nca_logon_connect | Connection Functions |
Performs a login to an Oracle NCA database.
int nca_logon_connect( LPCSTR connection_name, LPCSTR username, LPCSTR password,
LPCSTR database );
connection_name | The name of the connection. |
username | The database user name. |
password | The database password. |
database | The name of the database to which to connect. |
The nca_logon_connect function performs a login to an Oracle NCA database. It connects to the database using the specified user name and password.
Return Values
Parameterization
The following variables can be parameterized using standard parameterization: connection_name, username, password, database_name