ODBC/MX Driver for Windows Manual (SQL/MX 2.x)

ODBC/MX Conformance
HP NonStop ODBC/MX Driver for Windows527888-004
5-7
SQL Conformance Level
SQL Conformance Level
ODBC/MX conforms to the SQL language entry level of SQL-92. This subsection
describes the ODBC/MX support for:
SQL Scalar Functions on page 5-7
ODBC Data Types on page 5-10
Microsoft Escape Clauses on page 5-13
Stored Procedures on page 5-14
SQL Scalar Functions
SQLCloseCursor 3.0 Yes Closes a cursor that has been opened
on a statement handle.
SQLCancel 1.0 Yes Closes a cursor that has been opened
on a statement handle.
Note: See the considerations
underSQLCancel Function
on
page 1-9.
SQLEndTran 3.0 Yes Commits or rolls back a transaction.
Table 5-10. Terminating a Connection
Function
ODBC
Version
Supported by
ODBC/MX Description and Notes
SQLDisconnect 1.0 Yes Closes the connection.
SQLFreeHandle 3.0 Yes Releases an environment, connection,
statement, or descriptor handle.
Table 5-11. Numeric Functions (page 1 of 2)
ODBC Function SQL/MX Equivalent Function
ABS ABS
ACOS ACOS
ASIN ASIN
ATAN ATAN
ATAN2 ATAN2
CEILING CEILING
Table 5-9. Terminating a Statement
Function
ODBC
Version
Supported by
ODBC/MX Description