Propriété captureMode

Specifies whether to capture information about SQL statements.
This information is written to the file that is specified by the pureQueryXml option or the outputPureQueryXml option.

When you run your application with captureMode set to ON, you must run successfully all logic paths that contain the SQL statements that you want to capture. pureQuery captures SQL statements only when they are run successfully.

Cette propriété peut posséder les valeurs suivantes :

ON
Specifies to capture SQL statements when the application runs.
OFF
Specifies not to capture SQL statements when the application runs. This is the default value.

Commentaires