Subject Visibility of changes?
Author sgharp
Hi All,

I'm using a TIBOQuery to edit some data and it's working fine. I
then use a TIBD_SQL to call a stored procedure to update another
table with the changes. The changes aren't being applied and I
assume it's because the changes aren't visible on the server yet.
What am I missing? What needs to be done other than a
TIBOQuery.Post to force writes to the server?

BTW, the reason I think the changes aren't visible on the server is
because I can open the database and execute a query in IBExpert
after the post and the changes aren't there.

Thanks,
Steve