Here is the SQL on my server app:
SELECT TEST.ACTION.*, TEST.ACTION.ROWID
FROM TEST.ACTION
I'm using the TOracleDataSet component.
When I try to update a record (I change a field with the TDBGrid) I always get the error:
"Record changed by another user"
I'm sure to be the only user working in that table.
Thank you for your help,
Martin Simard
SELECT TEST.ACTION.*, TEST.ACTION.ROWID
FROM TEST.ACTION
I'm using the TOracleDataSet component.
When I try to update a record (I change a field with the TDBGrid) I always get the error:
"Record changed by another user"
I'm sure to be the only user working in that table.
Thank you for your help,
Martin Simard