FireDAC.Phys.Intf.IFDPhysManager.RegisterRDBMSKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterRDBMSKind(AKind: TFDRDBMSKind; const AName: String);

C++

virtual void __fastcall RegisterRDBMSKind(Firedac::Stan::Intf::TFDRDBMSKind AKind, const System::UnicodeString AName) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysManager

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.

See Also