Contents|Index|Previous|Next
Affected ODBC Components
Backward compatibility describes how applications, the Driver Manager, and
drivers are affected by the introduction of a new version of the Driver Manager.
This affects applications and driver when either or both of them remain in the
old version. There are, therefore, three types of backward compatibility to
consider:
Type
| Version of DM
| Version of application
| Version of driver
|
Backward Compatibility of Driver Manager
| 3.0
| 2.x
| 2.x
|
Backward Compatibility of Driver [1]
| 3.0
| 2.x
| 3.0
|
Backward Compatibility of Application
| 3.0
| 3.0
| 2.x
|
Note A standards-compliant application, for example, an application that has
been written in accordance with the X/Open or ISO CLI standards, is guaranteed to
work with an ODBC 3.0 driver through the ODBC 3.0 Driver Manager. It is assumed
that the functionality that the application is using is available in the
driver. It is also assumed that the standards-compliant application has been
compiled with the ODBC 3.0 header files.