FireDAC.Phys.ASA.TFDASAValidate.ConnectParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectParams: String read FConnectParams write FConnectParams;

C++

__property System::UnicodeString ConnectParams = {read=FConnectParams, write=FConnectParams};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
FireDAC.Phys.ASA TFDASAValidate

Description

Specifies the connection parameters.

Use the ConnectParams to specify the connection parameters. The user ID must have DBA authority or VALIDATE authority. It corresponds to -c "keyword=value; ...".

For more details about the -c "keyword=value; ..." option, see http://infocenter.sybase.com/help/.

See Also