Subject Re: FB 3 embedded on Windows 7 64 bit
Author
---In firebird-support@yahoogroups.com, <mse00000@...> wrote :

> Are ther other possibilities to set the Firebird path than setting
> %FIREBIRD%? A parameter to attachDatabase() maybe?

  SetEnvironmentVariable.

  https://msdn.microsoft.com/en-us/library/windows/desktop/ms686206(v=vs.85).aspx

  Use it before attempt to establish very first connection, or before
attempt to load fbclient.dll (if it is possible in your app).


Regards,
Vlad