FireDAC.Phys.TFDPhysManager.RegisterRDBMSKind

From RAD Studio API Documentation
Jump to: navigation, search

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.

  • AKind specifies the 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