And, in case you wonder, IB Objects works great in Lazarus
Here is the comment from Jason Wharton on FreePascal 2.6.2 release news
And, in case you wonder, IB Objects works great in Lazarus.
Here is the comment from Jason Wharton on FreePascal 2.6.2 release news
And, in case you wonder, IB Objects works great in Lazarus.
I recently had reason to revisit transaction management in our application. The application makes extensive use of data aware grids (TDBGrid) and, as I am sure everyone is aware, it is impossible to explicitly manage transactions when you are displaying data in a grid.
Fortunately, IBObjects provides the means to automatically clean up transactions left hanging by TDBGrid. Unfortunately, this isn’t as well documented or as straightforward as I would like. So, after much research using the programmer’s secret weapon (Google) and a few questions posted to the IBObjects support group (thanks Jason) I think I finally understand how it works.