Hi:
I am now using tdk1.1a13.
When I begin my project, I worked on mysql and have not consider anything about
transaction, commit and rollback. Now I migration to oracle and plan to use
transactions.
The problem is I find that if I want to use beginTransaction, I have to change all
the
doInsert(crit) to doInsert(crit, dbcon)
and so do the doUpdate, doDelete functions.
It is quite a big work. I wonder:
1. is my understanding correct? or I am wrong, no such change needed
2. if so, Any suggestion to reduce the migration work?
3. Or has the latest version have some improvement to avoid such kind of issues?
Regards&Thanks
fanyun