Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top