FireDAC.Phys.TFDPhysManager.RegisterRDBMSKind
Delphi
procedure RegisterRDBMSKind(AKind: TFDRDBMSKind; const AName: String);
C++
void __fastcall RegisterRDBMSKind(Firedac::Stan::Intf::TFDRDBMSKind AKind, const System::UnicodeString AName);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FireDAC.Phys.pas FireDAC.Phys.hpp |
FireDAC.Phys | TFDPhysManager |
Description
Registers the new TFDRDBMSKind and associates it with the specified data base name.
AKindspecifies the new TFDRDBMSKind.ANamespecifies the data base name.
The data base name is used as the alias for the corresponding driver ID, and for optional ODBC and DBX connection driver IDs.