Choose Yes to enable Strict Parsing, No to disable it.
When StrictParsing is enabled, the StarSQL driver parses the SQL sent by an application to ensure it meets SQL standards. If an application sends invalid SQL, StarSQL generates an error message and does not send the SQL. Leave the StrictParsing option enabled for normal operation.
If StrictParsing is disabled, StarSQL passes the SQL to the host database. However, some functionality, such as SQLDescribeParam, may not be available to the application.