IBX.IBUtils.DecomposeDatabaseName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DecomposeDatabaseName(DatabaseName : String;
var ServerName, Protocol, DatabasePath : String);
var ServerName, Port : string;
var Protocol : TIBProtocol;
var DatabasePath : String); overload;
var ServerName, Port : string;
var Protocol : TIBProtocols;
var DatabasePath : String); overload;
var SSL : Boolean;
var ServerPublicFile, ServerPublicPath, ClientCertFile,
ClientPassPhraseFile, ClientPassPhrase : String);
var SSL : Boolean;
var ServerPublicFile, ServerPublicPath, ClientCertFile,
ClientPassPhraseFile, ClientPassPhrase : String); overload;

C++

extern DELPHI_PACKAGE void __fastcall DecomposeDatabaseName _DEPRECATED_ATTRIBUTE1("use either the SSL version or the TProtocol version") (System::UnicodeString DatabaseName, System::UnicodeString &ServerName, System::UnicodeString &Protocol, System::UnicodeString &DatabasePath)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
IBX.IBUtils.pas
IBX.IBUtils.hpp
IBX.IBUtils IBX.IBUtils

Beschreibung

Unterteilt einen Verbindungsstring in seine Komponentenbestandteile.

Die erste überladene Syntax dieser Methode ist veraltet.

Die zweite überladene Syntax verwendet TIBProtocols und die letzte eine SSL-Verbindung.

Hinweis: Für SSL-Verbindungen ist eine separate InterBase-Lizenz erforderlich.

Siehe auch