ODBC/MX Driver for Windows Manual (SQL/MX 2.x)
ODBC/MX Conformance
HP NonStop ODBC/MX Driver for Windows—527888-004
5-2
ODBC API Functions
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.
SQLGetFunctions 1.0 Yes Returns supported driver functions.
SQLGetTypeInfo 1.0 Yes Returns information about supported
data types.