Entering content frame

 Access Using an SQL Session 

Use

For an SQL session with the database instance, you can use the following DBM commands:

Updating the Optimizer Statistics

sql_updatestat

Displaying the Structure of a Result Set

sql_info

Displaying Status Information for the Database Instance

info

Executing an SQL Statement

sql_execute

Terminating an SQL Session

sql_release

Scrolling in the Result Data

sql_fetch

Scrolling in the Status Information of the Database Instance

info_next

Opening an SQL Session

sql_connect

Prerequisites

Take account of the server authorizations required for the respective DBM commands.

 

Leaving content frame