You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Ravinder Reddy <pa...@students.iiit.ac.in> on 2007/10/25 09:56:29 UTC

problems in Transaction Code..

 	hi,

 		In one of our projects that we are working on derby ,
we need to know the last write operation on a particular 
Object in a Transaction.We need to put some markers after these last write 
operations  so that we will detect it at run time and do some specific 
action.
 	plzz help us in doing this and what other problems might arise and 
what Other modules need to be midified.


Thank You.

******************************************************************************

    Every problem that has been solved can be solved again in a better way

                                                   - Ravinder Reddy

*******************************************************************************




Re: problems in Transaction Code..

Posted by Bryan Pendleton <bp...@amberpoint.com>.
>         In one of our projects that we are working on derby ,
> we need to know the last write operation on a particular Object 

It seems like you can implement this with a trigger. Would that
be acceptable?

http://db.apache.org/derby/docs/10.3/ref/rrefsqlj43125.html

thanks,

bryan