Hi Jens

If you close the connection, this looks to me like an application task
rather than a db engine task.
You could flag a field "EditingActive" and add some sort of time-out
function to clear the flag if the user falls asleep or gets lost.

/gustav


> in my application i have a edit-form. user1 wants to edit a record from
> 'tblkunde'. now the record with id=15 is fetched from the database and i put
> it in the edit-form. the connection to the database is closed. now user1
> changes the data and when he has finished he presses a 'save' button. now
> the update-statement is executed.

> and here is my problem now:
> as long as user1 has this edit-form open, no other user should be able to
> open this record in his edit-form.

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to