Hi.
I have DOA v 4.1 and I have an TOracleDataset which works with next parameters:
CachedUpdates=FALSE
CommitOnPost = FALSE
So, when i post record it is written to DB. After that it might be situation that i will roll back my changes. How can revert my TOracleDataset to meaningful state in case of rollback? E.g. in dsInserting for new record?
I have DOA v 4.1 and I have an TOracleDataset which works with next parameters:
CachedUpdates=FALSE
CommitOnPost = FALSE
So, when i post record it is written to DB. After that it might be situation that i will roll back my changes. How can revert my TOracleDataset to meaningful state in case of rollback? E.g. in dsInserting for new record?