Is it possible to install an executable with zero dll that connects to Firebird using dbExprss? If so, how?
The reason I tried to enable DBXFirebird, but the executable always required dbxfb.dll.
Thanks to everyone.
Prior to Delphi 2006, you can associate DLL files with dbExpress drivers in your application by including the corresponding block.
Starting with Delphi 2007 , this is no longer the case, and you must send the driver DLL.
Source: https://habr.com/ru/post/890333/More articles:Debug and Preprocessor Directive - c ++How to close unclosed mysql connections? - phpMongo doesn't have a max () function, how do I get around this? - mongodbapache RewriteRule requires a trailing slash at the end of the url to work - url-rewritingMy ComboBox looks bad when its DrawMode is not normal - c #Copy email to subdomain in rail development - ruby-on-railsEnvironment variables are in char *, how to get it in std :: string - c ++Form Authentication Error: Rendering or Redirecting? - validationWhy does the template not display a special Playframework authentication message - java32-bit variable overflow - cAll Articles