Programmer Guide : solidDB® supported ODBC functions : Preparing SQL requests
  
Preparing SQL requests
SQLAllocStmt
N/A
Version introduced: 1.0
Availability when using ODBC: Deprecated (replaced by SQLAllocHandle)
Conformance: N/A
SQLPrepare
Prepares an SQL statement for later execution.
Version introduced: 1.0
Availability when using ODBC: Supported
Conformance: ISO 92
SQLBindParameter
Assigns storage for a parameter in an SQL statement.
Version introduced: 2.0
Availability when using ODBC: Supported
This function replaces SQLBindParam which did not exist in ODBC 2.x, although it is in the X/Open and ISO standards.
Conformance: ODBC
SQLGetCursorName
Returns the cursor name associated with a statement handle.
SQLSetCursorName
Specifies a cursor name with an active statement. If an application does not call SQLSetCursorName, the driver generates cursor names as needed for SQL statement processing.
Version introduced: 1.0
Availability when using ODBC: Supported
Conformance: ISO 92 ISO 92
SQLParamOptions
N/A
Version introduced: 1.0
Availability when using ODBC: Deprecated (replaced by SQLSetStmtAttr)
Conformance: N/A
SQLSetParam
N/A
Version introduced: 1.0
Availability when using ODBC: Deprecated (replaced by SQLBindParameter)
Conformance: N/A
SQLSetScrollOptions
Sets options that control cursor behavior.
Version introduced: 1.0
Availability when using ODBC: Deprecated (replaced by SQLGetInfo and SQLSetStmtAttr)
Conformance: ODBC
See also
solidDB® supported ODBC functions