Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 682
helloworld0101 Avatar asked Jun 12 '11 10:06

helloworld0101


1 Answers

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.

like image 197
Bruce McGee Avatar answered Nov 17 '22 08:11

Bruce McGee