FireDAC.Phys.ASA.TFDASABackup.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: TFDASABackup

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 REMOTE DBA authority to connect to the database.

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

See Also