I have installed a client software on a new computer.
For connect to the database i do this :
Code: Select all
IBCConnection1.ClientLibrary:='fbclient.dll';
if FileExists('fbclient.dll') then
showmessage('OK');
IBCConnection1.Connect;
There is no firebird installed on the computer. I remark that if firebird is installed there is no problem.
Thanks for help
Regards