commit
function has 2 variants:
Description
Sends commit
command to the database through default
connection.
Declaration
Parameters
Return Value
Example
Description
Sends commit
command to the database through connection whose name is passed as argument connectionName
.
Declaration
void commit(char connectionName);
Parameters
char connectionName
- Connection name to be commited.
Return Value
Example