Group: StrataFrame Users
Posts: 11,
Visits: 152
|
Hi
I created a stored procedure called Tablebo1_Delete for my business object
I set my business object on the following properties:
DeleteUsingStoreProcedure = true,
DeleteConcurrencyType = OptimisticTimestamp,
RowVersionOrTimestampColumn = version (timestamp column on database table)
My business object Tablebo1.DeleteCurrentRow () delete the row of the grid but not in the database
I hope for any advice
|