Subject Re: FB 3 embedded on Windows 7 64 bit
Author Martin Schreiber
On 10.03.2017 08:41, Martin Schreiber wrote:
> Hi,
> I want to use FB 3 in embedded mode in an application:
> https://gitlab.com/mseide-msegui/mseuniverse/wikis/msekicadbom/MSEkicadBOM
> (under construction).
> It works well on Linux. On Windows 7 64 bit I installed
> Firebird-3.0.1.32609_0_x64.exe
> When I set %FIREBIRD% to the FB install directory connecting the database by attachDatabase() shows the error
> "
> unavailable database
> ".

Got it working, there was a problem with the file path.
Are ther other possibilities to set the Firebird path than setting
%FIREBIRD%? A parameter to attachDatabase() maybe?

Martin