Neoview ODBC Drivers Manual (R2.5)

Table 7-2 Obtaining Information About a Driver and Data Source
DescriptionSupported by HP ODBCODBC VersionFunction
Returns the list of available
data sources. Implemented
by the Driver Manager.
Yes1.0SQLDataSources
Returns the list of installed
drivers and their attributes.
Implemented by the Driver
Manager.
Yes2.0SQLDrivers
Returns information about
a specific driver and data
source.
Yes1.0SQLGetInfo
Returns supported driver
functions.
Yes1.0SQLGetFunctions
Returns information about
supported data types.
Yes1.0SQLGetTypeInfo
Table 7-3 Setting and Retrieving Driver Attributes
DescriptionSupported by HP ODBCODBC VersionFunction
Sets a connection attribute.Yes3.0SQLSetConnectAttr
Returns the value of a
connection attribute.
Yes3.0SQLGetConnectAttr
Sets an environment
attribute.
Yes3.0SQLSetEnvAttr
Returns the value of an
environment attribute.
Yes3.0SQLGetEnvAttr
Sets a statement
attribute.Note: See the
considerations for
SQL_QUERY_TIMEOUT
Option in the “Release
Considerations and
Restrictions” (page 23)
Yes3.0SQLSetStmtAttr
Returns the value of a
statement attribute.
Yes3.0SQLGetStmtAttr
Table 7-4 Setting and Retrieving Descriptor Fields
DescriptionSupported by HP ODBCODBC VersionFunction
Sets one descriptor field.Yes3.0SQLSetDescField
Returns the value of one
descriptor field.
Yes3.0SQLGetDescField
Sets multiple descriptor
fields.
Yes3.0SQLSetDescRec
Returns the value of
multiple descriptor fields.
Yes3.0SQLGetDescRec
64 HP Neoview ODBC Drivers Conformance