Issue database queries and retrieve results
To interact with a database, your C++ client application uses the operation classes of the HCL Informix® Object Interface for C++. These classes have methods for opening database connections, submitting queries, and manipulating database cursors. This section describes how to use these methods.