Data.SqlExpr.TSQLConnection.ConnectionOptions
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TSQLConnection |
Delphi
procedure ConnectionOptions; virtual;
C++
virtual void __fastcall ConnectionOptions();
Description
Sets connection options.
The ConnectionOptions method is used to set connection options for the current SQL connection. Options include the quotation mark, supported transactions, supported nested transactions, maximum commands per connection.