KABALAS / FiredacTables

Delphi BDE Compatibility for Firedac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiredacTables

Code BDE style and access Firedac library.

First of all, need create some thing to change BDE Config way - There are two possibilities:

  1. Load from Firedac Config;
  2. Create a new file with options to load on start fireTables;

Reference Table

BDE FireTables
TDatabase TFireDatabase
TSession TFireSession
TTable TFireTable
TSessions TFireSessions
TQuery TFireQuery
TStoredProc TFireStoredProc
Session FireSession
Sessions FireSessions

To replace BDE completely, its possibile register packages BDERTL (Tested with XE7 without BDE Package);

With BDE packages instaled, use compiler directive "FIREDAC" and alter uses do include "bdeConnector";

About

Delphi BDE Compatibility for Firedac


Languages

Language:Pascal 97.3%Language:PHP 2.7%