Hi!
When connecting to a database using the supplied IBDAC FastReport components where does TfrxIBDACDatabase take its ClientLibrary parameter from for the connection?
How does it know if I'm trying to use fbclient.dll or fbembed.dll for connecting to an embedded database?
Thanks!
FastReport components question
There is the GDSDLL global variable in the IBCCall unit, which holds the name of a client library that should be used. If you assign a value to the ClientLibrary property of any TIBCConnection component, it changes the value of the GDSDLL variable. So if you assign a value to ClientLibrary in one TIBCConection component, all connections use this library.