Hi all,
I'm working with Firebird 1.5 and I need some sql logs. I've found this project on Firebird website, and I think that it could be useful for my purpose. Unfortunately I can't understand how to add a database connection's in FBHook: can you help me?
Thanks in advance for your help,
Andrea
Hi,
Appologies for tardy response, I wrote this years ago and to be honest I have not used Delphi for many years. That being said, if I recall correctly then you directed your calls to the database (fbclient.dll or gds32.dll etc) to the dll in this package, this would then intercept the sql (or something like this) and then pass the response to the proper fbclient.dll and return it to your app.
hope that helps
Si