Not a DOA problem, but I wanted to see if anyone had a solution:
Although it doesn't cause an update, A simple select statement on a remote database will cause the OracleSession.InTransaction flag to be true.
We are trying to use InTransaction to cause a 'Save Changes' prompt when exiting our app. Although technically Oracle is in transaction with a select statement for a remote DB, I'd like a better way to find out if there are *updates* pending on the database.
Anyone have suggestions?
Although it doesn't cause an update, A simple select statement on a remote database will cause the OracleSession.InTransaction flag to be true.
We are trying to use InTransaction to cause a 'Save Changes' prompt when exiting our app. Although technically Oracle is in transaction with a select statement for a remote DB, I'd like a better way to find out if there are *updates* pending on the database.
Anyone have suggestions?