Tag Archives: DBExpress

Migrating to DevArt’s UniDAC database connection components

I have a complex Delphi 2007 multi-user 24×7 MS SQL Server and Sybase ASE database application which uses dozens of TClientDatasets connected to TDatasetProviders which then connect to separate datamodules containing TDatasets (eg. TQuery or TSQLQuery) which link to a connection … Continue reading

Posted in Delphi | Tagged , , , | Leave a comment

Delphi – migrating BDE app to DBX4

Migrating a sophisticated BDE-based database application to DBExpress is not as trivial as it is to migrate to an ADO-based application, but the benefits are substantial – single dll deployment, fast, and cross-platform capability (eg. Linux, Mac compatibility in Delphi … Continue reading

Posted in Delphi | Tagged , | Leave a comment