Subject TIBOTable and TIBOQuery Refresh doesn't work like BDE
Author

We realized recently that our original code that used Refresh calls to update loaded datasets to have the latest data wasn't actually working and broke a ton of code in our codebase.  Looking through your source it appears as though RefreshAll might be the equivalent to the TDataset style of Refresh we are accustomed to but that did not work either.  We ended up having to write our own code to bookmark your spot and then reload the data and replace our Refresh calls with that.  I am wondering though if there is a way to get your components to do Refresh the way the TDataset/BDE components originally did?