Search code examples
delphifirebirddrivedbexpress

Statically link firebird driver for dbexpress


Is it possible to deploy zero-dll executable that connects to Firebird using dbExprss? If so, how?

Cause I've tried to include DBXFirebird but the executable always needs dbxfb.dll.

Thank you all.


Solution

  • Up to Delphi 2006, you can link the dbExpress driver DLLs into your application by including the appropriate unit.

    Since Delphi 2007, this is no longer the case, and you have to ship the driver DLL.