Subject Re: AW: [IBO] Updating data ?
Author Helen Borrie
At 08:18 AM 11/04/2003 +0200, you wrote:
>Hello Paul,
>
>thanks a lot for answering.
>It defenetly is a problem in my little application. Even if I modify the
>data then terminate the app and restart it , I can see that the
>modifications have not taken place in the database.
>
>What I do to modify my data:
>In the TIB_Grid, I enter the column and modyfy the data. This results in a
>enabeling of the Post button in the TIB_Update bar.
>I have assigned a evnt handler to the "AfterAction" where I now explicite
>call the TIB_Transaction.CommitRetaining;
>Then I close my app and restart it and all modifications seem to be lost :-(
>
>What is it I am doing wrong?
>Thanks for further information.
>

Rainer,
Please tell us:

1) the SQL of the query
2) the KeyLinks of the Query
3) the setting of RequestLive for the Query

Also, is your transaction set to AutoCommit? If you are calling
CommitRetaining, are you also calling StartTransaction?

Helen