27.02.2015 13:07, Alberto [email protected] wrote: > > I´m working with Delphi. I have an application in 64bits and I need to > know what is the engine version installed (32bits or 64bits) from > firebird. Any idea?
Why would you need to know that? For a standalone FB server, both 32-bit and 64bit versions can work with your application. For the embedded FB server, only 64bit fbembed.dll can be loaded, so mismatch is impossible. Dmitry
