Database Server Access Statements
Silk Performer
supports the following database server access statements:
Commit
statements
Rollback
statements
Fetch
statements
Calling SQL Commands
Explains how
Silk Performer
calls SQL commands.
Database Cursors
Provides an overview of when database cursors are used.
Result Set Cursors (scrollable cursors)
Declare a cursor for result set mode operation.
Commit Statement
Performs a SQL commit command inside a transaction.
Rollback Statement
Performs a SQL rollback command inside a transaction.
Fetch Statements
Describes how
Fetch
statements work with result sets.
Querying the State of Database Operations
Lists the functions for querying the state of database operations.
Parent topic:
Statements