ODBC/MX Driver for Windows Manual for SQL/MX Release 3.2.1 (H06.26+, J06.15+)
Table Of Contents
- HP NonStop ODBC/MX Driver for Windows
- Legal Notices
- Contents
- What’s New in This Manual
- About This Manual
- 1 ODBC/MX Client Overview
- 2 Installation of the ODBC/MX Client
- 3 Configuring Client Data Sources on Windows
- Accessing the Microsoft ODBC Data Source Administrator from a Client Workstation
- Adding New Client Data Sources
- Reconfiguring Client Data Sources
- Configuring Client Data Sources using Connection String
- Configuring Client Data Sources for Update Operations
- Configuring Driver for IPV6
- Removing Client Data Sources
- Tracing Client Data Sources
- 4 Module File Caching (MFC)
- 5 ODBC/MX Conformance
- ODBC API Functions
- SQL Conformance Level
- SQL Scalar Functions
- ODBC Data Types
- Unsigned Data Types
- Partial Date/Time Values
- SQL/MP Data Types and ODBC/MX Equivalents
- Microsoft Escape Clauses
- Stored Procedures
- Transactions and Cursor Behavior with Multiple Statements
- Timestamp Values with Fraction
- SQL Interval Insertion Property
- SQL Datetime Retrieval Property
- 6 ODBC/MX Messages
- Glossary
- Index

ODBC/MX Conformance
HP NonStop ODBC/MX Driver for Windows—691126-002
5-6
ODBC API Functions
SQLProcedureColumns 1.0 Yes Returns the list of input and output
parameters, as well as the columns
that make up the result set for the
specified procedures.
SQLProcedures 1.0 Yes Returns the list of procedure names
stored in a specific data source.
SQLSpecialColumns 1.0 Yes Returns information about the optimal
set of columns that uniquely identifies
a row in a specified table or the
columns that are automatically
updated when any value in the row is
updated by a transaction.
SQLStatistics 1.0 Yes Returns statistics about a single table
and the list of indexes associated with
the table.
Note: See the considerations under
SQLStatistics Function
on page 1-10.
SQLTablePrivileges 1.0 Yes Returns a list of tables and the
privileges associated with each table
.
SQLTables 1.0 Yes Returns the list of table names stored
in a specific data source.
Note: See the considerations
underUnsupported ODBC API
Functions and Data Types on
page 1-11 .
Table 5-9. Terminating a Statement
Function
ODBC
Version
Supported by
ODBC/MX Description
SQLFreeStmt 1.0 Yes Ends statement processing, discards
pending results; can also free all
resources associated with the
statement handle.
Table 5-8. Obtaining Information About a Data Source’s System
Tables (page2of2)
Function
ODBC
Version
Supported by
ODBC/MX Description










