Vertical Applications
Because vertical applications usually require certain functionality, such as
scrollable cursors or transactions, they rarely support all DBMSs. Instead, they
tend to be highly interoperable among a limited set of DBMSs. Typically,
vertical application developers choose to support those DBMSs that represent a large
fraction of the market and ignore the rest. They might even choose to support
specific drivers for those DBMSs to reduce their testing and product support
costs.
Because vertical applications can support a known set of DBMSs, they sometimes
contain driver- or DBMS-specific code. However, such code is best kept to a
minimum, as it requires extra time to maintain.