I wasn't able to run a IBDAC-Client on a non-developing machine with Firebird (embedded) without "install" a gds32.dll. In help I found
IBCCall and GDSDLL, but my IBCCall doesn't have a GDSDLL....
How can I set the fbClient.DLL?
IBDAC 3.50.0.17 for Delphi 7
hm....
Code: Select all
IBCCall.GDSList.FindGDS(CoraPath+'\fbclient.dll');
cu