Attribute
|
Value (option)
|
Driver manager
|
Driver alone
|
Comments
|
---|---|---|---|---|
SQL_ATTR_
CONNECTION_ POOLING |
SQL_CP_OFF
SQL_CP_ ONE_PER_DRIVER
SQL_CP_ ONE_PER_HENV
|
All values are supported
|
All values are not applicable to the driver
|
All values are not applicable to ODBC drivers, handled by Driver Manager, so this attribute will be supported if the application links to ODBC DM and can not be simulated by the driver itself.
|
SQL_ATTR_CP_
MATCH |
SQL_CP_ STRICT_MATCH
SQL_CP_ RELAXED_MATCH
|
All values supported
|
All values are not applicable to the driver
|
All values are not applicable to ODBC drivers, handled by Driver Manager, so this attribute will be supported if the application links to ODBC DM and cann not be simulated by the driver itself.
|
SQL_ATTR_ ODBC_VERSION
|
SQL_OV_ODBC3 SQL_OV_ODBC2
|
Supported
Not Supported |
Supported
Not Supported |
Allows user to set and get the version to 2, but the behavior is a per 3.0 and above.
|
SQL_ATTR_ OUTPUT_NTS
|
SQL_TRUE SQL_FALSE
|
Supported
Not Supported |
Supported
Not Supported |
|