Neoview ODBC Drivers Manual (R2.5)

7 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 63)
Table 7-1 (page 63) Connecting to a Data Source
Table 7-2 (page 64) Obtaining Information About a Driver and Data Source
Table 7-3 (page 64) Setting and Retrieving Driver Attributes
Table 7-4 (page 64) Setting and Retrieving Descriptor Fields
Table 7-5 (page 65) Preparing SQL Requests
Table 7-6 (page 65) Submitting SQL Requests
Table 7-7 (page 65) Retrieving Results and Information About Results
Table 7-8 (page 66) Obtaining Information About a Data Source's System Tables
Table 7-9 (page 67) Terminating a Statement
Table 7-10 (page 68) 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 7-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. Example connection strings are:
Driver={HPODBC2.0};
Server=TCP;arc0101.cup.hp.com/18650;
Uid=super.services/Pwd=services
DSN=TDM_Default_DataSource;
UID=super.super; PWD=Neo;
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 63