Determining the Target DBMSs and Drivers
For many custom applications, the target DBMSs are obvious: They are existing
DBMSs that the application is designed to access. DBMSs to which future
migration is planned should also be considered. However, the major question for these
applications is which driver or drivers to use with them. For other custom
applications
For vertical applications, the target DBMSs are usually chosen based on
feature support, driver availability, and market. For example, a vertical application
designed for small businesses must target DBMSs that are affordable to those
businesses; a vertical application designed as an add-on to existing DBMSs must
target widely used DBMSs.
When choosing target DBMSs, the differences between desktop and server
databases should be considered. Desktop databases such as dBASE, Paradox, and Btrieve
are less powerful than server databases. Because they are generally accessed
through the less-powerful SQL engines found in most file-based drivers, they
often lack full transaction support, support fewer concurrent users, and have
limited SQL. However, they are inexpensive and have a large installed base.
Server databases such as Oracle, DB2, and SQL Server provide full transaction
support, support many concurrent users, and have rich SQL. They are much more
expensive and have a smaller installed base. On the other hand, software prices
tend to be higher, somewhat offsetting a smaller potential market.
Thus, target DBMSs can sometimes be chosen based on the features required by
the application and the application