Oracle 5.0 Reference Manual page 1820

Table of Contents

Advertisement

Table 20.10. ODBC API Calls for Submitting Requests
Function Name
SQLExecute
SQLExecDirect
SQLNativeSql
SQLDescribeParam
SQLNumParams
SQLParamData
SQLPutData
Table 20.11. ODBC API Calls for Retrieving Results and Information about Results
Function Name
SQLRowCount
SQLNumResultCols
SQLDescribeCol
SQLColAttribute
SQLColAttributes
SQLFetch
SQLFetchScroll
SQLExtendedFetch
SQLSetPos
SQLBulkOperations
Table 20.12. ODBC API Calls for Retrieving Error or Diagnostic Information
Function Name
SQLError
SQLGetDiagField
SQLGetDiagRec
Connector/ODBC Reference
Connector/
Standard
ODBC
Supports?
Yes
ISO 92
Yes
ISO 92
Yes
ODBC
Yes
ODBC
Yes
ISO 92
Yes
ISO 92
Yes
ISO 92
Connector/
Standard
ODBC
Supports?
Yes
ISO 92
Yes
ISO 92
Yes
ISO 92
Yes
ISO 92
Yes
Deprecated Describes attributes of a column in the result set.
Yes
ISO 92
Yes
ISO 92
Yes
Deprecated Returns scrollable result rows.
Yes
ODBC
Yes
ODBC
Connector/
Standard
ODBC
Supports?
Yes
Deprecated Returns additional error or status information
Yes
ISO 92
Yes
ISO 92
1800
Purpose
Executes a prepared statement.
Executes a statement
Returns the text of an SQL statement as
translated by the driver.
Returns the description for a specific parameter in
a statement.
Returns the number of parameters in a statement.
Used in conjunction with
parameter data at execution time. (Useful for long
data values.)
Sends part or all of a data value for a parameter.
(Useful for long data values.)
Purpose
Returns the number of rows affected by an insert,
update, or delete request.
Returns the number of columns in the result set.
Describes a column in the result set.
Describes attributes of a column in the result set.
Returns multiple result rows.
Returns scrollable result rows.
Positions a cursor within a fetched block of data
and enables an application to refresh data in the
rowset or to update or delete data in the result set.
Performs bulk insertions and bulk bookmark
operations, including update, delete, and fetch by
bookmark.
Purpose
Returns additional diagnostic information (a single
field of the diagnostic data structure).
Returns additional diagnostic information (multiple
fields of the diagnostic data structure).
to supply
SQLPutData

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents