helloworld0101
helloworld0101

Reputation: 140

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.

Upvotes: 6

Views: 402

Answers (1)

Bruce McGee
Bruce McGee

Reputation: 15334

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.

Upvotes: 5

Related Questions