FireDAC.Phys.Intf.IFDPhysManager.RegisterRDBMSKind
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
Unit: FireDAC.Phys.Intf | |
Parent: IFDPhysManager |
Delphi
procedure RegisterRDBMSKind(AKind: TFDRDBMSKind; const AName: String);
C++
virtual void __fastcall RegisterRDBMSKind(Firedac::Stan::Intf::TFDRDBMSKind AKind, const System::UnicodeString AName) = 0 ;
Description
Registers a new TFDRDBMSKind and associates it with the specified data base name.
AKind
specifies a new TFDRDBMSKind.AName
specifies 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.