Unified results handling

DB-Library does not use a unified-results handling model. Instead, applications retrieve different types of results by calling different routines:

In Client-Library, all types of fetchable data are bound with ct_bind and fetched with ct_fetch.

Client-Library’s unified results handling model allows applications to consolidate results handling code.

For more information on Client-Library’s results handling model, see “Code that processes results”.