Types of Changes
Type of change
| Description
|
New features | These are features that are new to ODBC 3.0, such as out-of-line binding or
descriptors. These are only implemented when the application and driver, as well
as the Driver Manager, are of version 3.0, so there is no attempt to make these
backward compatible.
|
Duplicated features
| These are features that exist in both ODBC 2.x and ODBC 3.0, but are implemented in different ways in both. The functions SQLAllocHandle and SQLAllocStmt are an example. Backward compatibility issues for these and other duplicated
features are mostly handled by mappings in the Driver Manager.
|
Behavioral changes
| These are features that are handled differently in ODBC 2.x and ODBC 3.0. Datetime #defines are an example. These features are handled by the ODBC 3.0 driver based on an
environment attribute setting (see the “Behavioral Changes” section later in this chapter).
|