FireDAC.Stan.Option.TFDSecurityOptions.AllowMultiCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowMultiCommands: Boolean read GetAllowMultiCommands

C++

__property bool AllowMultiCommands = {read=GetAllowMultiCommands, write=SetAllowMultiCommands, stored=IsAMCS, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDSecurityOptions

Description

Enables or disables the option of executing multiple SQL commands in a single query.

For compatibility reasons, AllowMultiCommands is True by default.

Note: As the execution of multiple SQL commands in a single query relies on the underlying support of the database drivers, the AllowMultiCommands setting only works with databases offering a matching feature: SQLite, PostgreSQL, and MySQL.

See Also