> My requirement is: I have defined an interceptor in which I > want to update three tables in my database. After I am done > with the updation, I want to allow the interceptor to do its > task (GRANT_OPERATION).Now I want the four updates to be in a > transaction. How can I do this.Please help me out. > No problem. You can use the actual CVS version - or wait up to the weekend and download the weekly build - and set autoCommit = false in the interceptor. Then do your updates with your own sql statements and the connection given in the interceptor.
The controller will do an commit during closing the connection if autocommit is set to false. Regards, Henner ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
