Neoview ODBC Drivers Manual (R2.2)

5 HP Neoview ODBC Drivers Conformance
This section contains tables that describe the HP Neoview ODBC driver conformance to standard
ODBC API functions and SQL conformance levels.
“ODBC API Functions” (page 49)
Table 5-1 (page 49) Connecting to a Data Source
Table 5-2 (page 50) Obtaining Information About a Driver and Data Source
Table 5-3 (page 50) Setting and Retrieving Driver Attributes
Table 5-4 (page 50) Setting and Retrieving Descriptor Fields
Table 5-5 (page 51) Preparing SQL Requests
Table 5-6 (page 51) Submitting SQL Requests
Table 5-7 (page 51) Retrieving Results and Information About Results
Table 5-8 (page 52) Obtaining Information About a Data Source's System Tables
Table 5-9 (page 54) Terminating a Statement
Table 5-10 (page 54) Terminating a Connection
ODBC API Functions
The HP Neoview ODBC driver conforms with the ODBC interface core level. The following
tables show the HP Neoview ODBC driver 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 HP Neoview
ODBC driver currently supports the function.
For more information about each function, refer to the Microsoft documentation.
Table 5-1 Connecting to a Data Source
DescriptionSupported by HP ODBCODBC VersionFunction
Obtains an environment,
connection, statement, or
descriptor handle.
Yes3.0SQLAllocHandle
Connects to a specific driver
by data source name, user
ID, and password.
Yes1.0SQLConnect
Connects to a specific driver
by connection string, or
requests that the Driver
Manager and driver display
connection dialog boxes for
the user.
Yes1.0SQLDriverConnect
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.
Yes1.0SQLBrowseConnect
ODBC API Functions 49