Data.SqlExpr.TSQLConnection.ConnectionOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ConnectionOptions; virtual;

C++

virtual void __fastcall ConnectionOptions();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

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.