Diman
Admin
 Admin
| Posts: 1470 |  | Karma: 18 |
|
Re:TADConnection DiconnectAction
|
|
Posted: 2007/08/30 11:34 |
|
|
|
|
Hello
Seting AutoCommit = False means, that you should explicitly control transactions. Without that, Oracle will start transaction with first modyfing data command and transaction will remain active ...
DiconnectAction= xdRollback means, that on explicit disconnecting from DB AnyDAC will issue Rollback, if there is active transaction.
Is this the problem? Yes. Your application had from 8:00 to 13:30 single active transaction (because AutoCommit = False).
Is there a chance, to get the data back? Most probably - no. Ask your DBA.
Regards, Dmitry
Post edited by: Diman, at: 2007/08/30 11:36
|
|