Required settings for running captured SQL statements dynamically with client optimization

With these settings, pureQuery runs dynamically all of the SQL statements that are in a pureQueryXML file.

When you run your application with these settings, pureQuery checks whether a given SQL statement is already in the pureQueryXML file for the connection that the statement must run against. Then, pureQuery performs one of these actions:

Table 1. Required settings
Property Setting
capturedOnly TRUE
pureQueryXml file-name.pdqxml or file-name.xml

In this combination of settings, pureQuery ignores the value of allowDynamicSQL.

This table does not show properties that you can leave at their default values or other properties that you might want to use. Here is a complete list of the properties that you can use when running SQL statements:

You can also set logging properties. See Descriptions of properties for logging and tracing.

See How to set properties for client optimization for information about how and where to set these properties.


Feedback