Subject Client server apps, IBODatasets, refresh not working.
Author Warren Postma
I have two applications, one is a client, one a server. The table REQUESTS is represented by a TIBOTable object in each of my two programs, and I have some rows added by the Client, but when I view the table in the Server, the newly added rows (added since the server has started) never appear in the server's query response. I have called REQUESTS.RefreshRows in the Server and the Client, but nothing refreshes.


I did a transaction begin and commit in the client. What is going on? The only way to get the server to see the recently committed changes is to exit the application and restart it. This seems pretty awful to me. Can anyone tell me what I'm doing wrong? CachedUpdates is FALSE on all my TIBOTable objects.

Warren Postma



[Non-text portions of this message have been removed]