Subject IBO + FB Embedded
Author Andrei Luís
Hi, 

I'm trying to run an application with IBO and FB Embedded.

- the application is OK, tested with FB server.
- I shut down the FB service
- I copied gds32.dll (tryied with fbclient.dll too), firebird.conf and firebird.msg to the .exe folder.
- I'm using the following parameters to connect:
         Username:='SYSDBA';
         Password:='masterkey';
         Database:='CLINICA.FDB';
         Protocol:=cpLocal;


I always got ISC ERROR CODE 335544375 unavailable database. Tested with IB_SQL.exe, and got the same error.

What am I doing wrong?


  
[]s
Andrei