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-2
ODBC API Functions
ODBC API Functions
ODBC/MX conforms with the ODBC interface core level. The following tables show the
ODBC/MX support for each ODBC API function.
The column headed ODBC Version lists the version of the Microsoft ODBC standard in
which a function was first introduced. For example, if ODBC Version 1.0 is listed as
supported, then the feature was first defined in version 1.0 of the Microsoft ODBC
standard and ODBC/MX currently supports the function.
For more information about each function, refer to the Microsoft documentation.
Table 5-1. Connecting to a Data Source
Function
ODBC
Version
Supported by
ODBC/MX Description
SQLAllocHandle 3.0 Yes Obtains an environment, connection,
statement, or descriptor handle.
SQLConnect 1.0 Yes Connects to a specific driver by data
source name, user ID, and password.
SQLDriverConnect 1.0 Yes Connects to a specific driver by
connection string, or requests that the
Driver Manager and driver display
connection dialog boxes for the user.
SQLBrowseConnect 1.0 Yes Returns successive levels of
connection attributes and valid attribute
values. When a value has been
specified for each connection attribute,
connects to the data source.
Table 5-2. Obtaining Information About a Driver and Data Source
Function
ODBC
Version
Supported by
ODBC/MX Description
SQLDataSources 1.0 Yes Returns the list of available data
sources. Implemented by the Driver
Manager.
SQLDrivers 2.0 Yes Returns the list of installed drivers and
their attributes. Implemented by the
Driver Manager.
SQLGetInfo 1.0 Yes Returns information about a specific
driver and data source. When used
with the option SQL_USER_NAME,
returns the Schema name.
SQLGetFunctions 1.0 Yes Returns supported driver functions.
SQLGetTypeInfo 1.0 Yes Returns information about supported
data types.










