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";