Neoview ODBC Drivers Manual (R2.2 SP1)
Table Of Contents
- HP Neoview ODBC Drivers Manual
- Table of Contents
- About This Document
- 1 HP Neoview ODBC Driver Overview for Windows
- 2 HP Neoview ODBC Drivers Overview for Linux, HP-UX, IBM AIX®, and Sun Solaris
- 3 Installing the HP Neoview ODBC Drivers
- Installing ODBC Client Software
- Avoiding Driver-Platform Version Incompatibility
- Installing the HP Neoview ODBC Driver for Windows
- Reinstalling the HP Neoview ODBC Driver for Windows
- Uninstalling the HP Neoview ODBC Driver for Windows
- Setting Up the Client Environment
- Troubleshooting
- Getting the Version of the Driver
- ODBC API Reference
- Installing or Reinstalling HP Neoview ODBC Drivers for Linux, HP-UX, IBM AIX®, and Sun Solaris
- Setting Up the Client Environment
- Running the Sample Program
- Troubleshooting
- Debugging
- Getting the Version of the Driver
- ODBC API Reference
- 4 Configuring Client Data Sources
- 5 HP Neoview ODBC Drivers Conformance
- 6 HP Neoview ODBC Drivers Messages
- Index

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
56 HP Neoview ODBC Drivers Conformance