Neoview ODBC Drivers Manual (R2.2)
Table 5-9 Terminating a Statement
DescriptionSupported by HP ODBCODBC VersionFunction
Ends statement processing,
discards pending results;
can also free all resources
associated with the
statement handle.
Yes1.0SQLFreeStmt
Cancels an SQL
statement.Note: See the
considerations under the .
Yes1.0SQLCancel
Closes a cursor that has
been opened on a statement
handle.
Yes3.0SQLCloseCursor
Closes a cursor that has
been opened on a statement
handle.Note: See the
considerations
underSQLCancel Function
on page 1-6.
Yes1.0SQLCancel
Commits or rolls back a
transaction.
Yes3.0SQLEndTran
Table 5-10 Terminating a Connection
Description and NotesSupported by HP ODBCODBC VersionFunction
Closes the connection.Yes1.0SQLDisconnect
Releases an environment,
connection, statement, or
descriptor handle.
Yes3.0SQLFreeHandle
SQL Conformance Level
The HP Neoview ODBC driver conforms to the SQL language entry level of SQL-92. This
subsection describes the HP Neoview ODBC driver support for:
• “SQL Scalar Functions”
• “ODBC Data Types”
• “Microsoft Escape Clauses”
• “Stored Procedures”
SQL Scalar Functions
Table 5-11 Numeric Functions
SQL Equivalent FunctionODBC Function
ABSABS
ACOSACOS
ASINASIN
ATANATAN
ATAN2ATAN2
CEILINGCEILING
COSCOS
54 HP Neoview ODBC Drivers Conformance