FireDAC.Phys.ASA.TFDASAValidate.ConnectParams

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
Unit: FireDAC.Phys.ASA
Parent: TFDASAValidate

Delphi

property ConnectParams: String read FConnectParams write FConnectParams;

C++

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

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