DelimitSqlRequests

Allows statements to be batched and executed as a single request to the target DBMS. Statements are delimited with a semicolon (;).

Syntax

DelimitSqlRequests=[yes|no]

Default

yes

Values

  • no batches and executes statements as a single request to the target DBMS, allowing the creation of stored procedures and triggers.

  • yes splits the statements that contain semicolon; each delimited statement is sent separately to the target DBMS.