dbExpress Name Counterparts (FireDAC)
Go Up to Migrating dbExpress Applications to FireDAC
The following table lists the main dbExpress names and their counterparts in the FireDAC:
| dbExpress Name | FireDAC Name | FireDAC Unit |
|---|---|---|
| IConnectionAdmin | TFDManager | FireDAC.Comp.Client |
| GetConnectionAdmin | FDManager | |
| TSQLConnection | TFDConnection | |
| ConnectionName | ConnectionDefName | |
| BeginTransaction | StartTransaction | |
| CommitFreeAndNil | Commit | |
| RollbackFreeAndNil | Rollback | |
| HasTransaction | InTransaction ConnectionIntf.Transaction.TopSerialID ConnectionIntf.Transaction.SerialID | |
| TSQLDataSet | TFDQuery TFDStoredProc TFDTable | |
| TSQLQuery | TFDQuery | |
| TSQLStoredProc | TFDStoredProc | |
| TSQLTable | TFDTable | |
| SQLConnection | Connection | |
| ParamCheck | ResourceOptions.ParamCreate | FireDAC.Stan.Option |
| DataSource | MasterSource | FireDAC.Comp.DataSet |
| TParam | TFDParam | FireDAC.Stan.Param |
| TParams | TFDParams | |
| TSQLBlobStream | TFDBlobStream | FireDAC.Comp.DataSet |
| TCustomSQLDataSet | TFDRDBMSDataSet | FireDAC.Comp.Client |
| TDBXError | EFDDBEngineException | FireDAC.Stan.Error |
- Note: The complete list is in the
C:\Users\Public\Documents\Embarcadero\Studio\23.0\Samples\Object Pascal\Database\FireDAC\Tool\reFind\DBX2FDMigration\FireDAC_Migrate_DBX.txtfile.