esProc supplies database functions that return database-related information.
Establish a connection to a data source |
|
Close a database connection |
|
Commit the database transaction manually |
|
Obtain the last error information from the database connection |
|
Execute a SQL statement through a specified database connection |
|
Define transaction isolation level for the connection according to the option and return the original level |
|
Call a database stored procedure |
|
Execute a SQL statement by a database connection and return the query results |
|
Roll back the database transaction |
|
Set the savepoint to which you can later rollback |
|
Update a database table according to a sequence/record sequence |