I have an window in my application that allows for adding new clients. After I fill in the fields for a new client, I have a save button. After clicking on this save button it performs various editing checks and issues an update to the database. This works fine when you first open this window and add the info for the client.
However, after clicking on the save button and without closing the window let's say I want to change some information. I go ahead and change 1 or more fields and click on the save button again. This time I get an database error, which states:
Row changed between retrieve and update. No changes made to database.
It also, displays the update statement but with each field set to blank or 'is null'
My datawindow update properties are set to:
Key and updateable columns
Use Delete then Insert
I'm us PB6.5 .
What is causing this error and how can I correct the problem?
Thanks,
Keith
However, after clicking on the save button and without closing the window let's say I want to change some information. I go ahead and change 1 or more fields and click on the save button again. This time I get an database error, which states:
Row changed between retrieve and update. No changes made to database.
It also, displays the update statement but with each field set to blank or 'is null'
My datawindow update properties are set to:
Key and updateable columns
Use Delete then Insert
I'm us PB6.5 .
What is causing this error and how can I correct the problem?
Thanks,
Keith