Enabling and configuring CLI applications with pureQuery client optimization

The call level interface (CLI) is a C and C++ application programming interface for relational database access that uses function calls to pass dynamic SQL statements as function arguments. You can enable a CLI application that connects to a DB2® database or Informix® database with client optimization, and then you can control the SQL statements that are issued by the application. For example, if the application connects to a DB2 database, you can configure the application to run SQL statements statically against the database. You can control the SQL statements that are allowed to run against the database.
When you enable and configure a CLI application with pureQuery client optimization, pureQuery Runtime provides benefits that include:

Although CLI applications are C and C++ applications, you use the Java-based pureQuery utilities Configure and StaticBinder to enable CLI applications that are enabled with pureQuery client optimization to run SQL statements statically.


Feedback