FireDAC.Stan.Option.TFDTopResourceOptions.ServerOutputSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerOutputSize: Integer read GetServerOutputSize  write SetServerOutputSize stored IsSOSS default 20000;

C++

__property int ServerOutputSize = {read=GetServerOutputSize, write=SetServerOutputSize, stored=IsSOSS, default=20000};

Properties

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

Description

Controls the size of the Oracle message output buffer.

Use the ServerOutputSize property to specify the size of an Oracle DBMS.OUTPUT buffer.

See Also