Show TOC

Other Commands for Accessing a Database Using SQLLocate this document in the navigation structure

DBM Command

Description

db_execute

Executing an administration command or an SQL statement (displaying the complete result list)

db_executenice

Executing an administration command or an SQL statement (displaying the result record-by-record)

db_fetch

Scrolling through the results of an administration command or an SQL statement (displaying the complete result list)

db_fetchnice

Scrolling through the results of an administration command or an SQL statement (displaying the result record-by-record)

sql_connect

Opening an SQL Session

sql_execute

Executing an SQL statement (displaying the complete result list)

sql_executenice

Executing an SQL statement (displaying the result record-by-record)

sql_fetch

Scrolling through the results of an SQL statement (displaying the complete result list)

sql_fetchnice

Scrolling through the results of an SQL statement (displaying the result record-by-record)

sql_info

Displaying the structure of a result set

sql_release

Ending an SQL session