PgDAC

TPgSQL.UnpreparedExecute Property

Used to apply simple executing to a SQL statement.

Class

TPgSQL

Syntax

property UnpreparedExecute: boolean default False;

Remarks

If the UnpreparedExecute propery is set to True, the simple execute is used for SQL statement. Statement is not prepared before execute. It allows to add multiple statements separated by semicolon to the SQL property.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback