I'm working with temporary tables with ON COMMIT PRESERVE ROWS OPTION and TOracleDataSet.. it works fine before the first post, but after that if it is mofified any data I get the following message 'RECORD HAS BEEN CHANGED BY OTHER USER'.
There is not another user working on the table.
No...