FireDAC.Stan.Intf.TFDRDBMSKinds

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTFDRDBMSKinds

Delphi

TFDRDBMSKinds = class

C++

class PASCALIMPLEMENTATION TFDRDBMSKinds : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Standard database kinds known to FireDAC.

You can use your own database kind setting a number that is equal or greater than 100.
To register a new database kind, use the following method:

const
  CMyDBKind = 100;
  CMyDBName = 'DBStore';
FDPhysManager().RegisterRDBMSKind(CMyDBKind, CMyDBName);

See Also