Diman
Admin
 Admin
| Posts: 1470 |  | Karma: 18 |
|
Re:how to do a transactions (d2006/oracle)
|
|
Posted: 2007/08/27 08:08 |
|
|
|
|
Hello
1) Executing BEGIN / COMMIT in 1.x may lead to problems. Because after BEGIN TADConnection.IsTxActive will return False. But 2.0 will work OK with that. 2) You always can use TADConnection.StartTransaction / Commit / Rollback methods. Although AnyDAC 1.x has no help, you can see help for BDE TDatabase.
Regards, Dmitry
|
|