Re: [GENERAL] Session based transaction!!

2009-12-26 Thread Allan Kamau
On Sat, Dec 26, 2009 at 3:02 PM, Bill Moran wrote: > S Arvind wrote: >> >> Web application have single DB only.. > > I'm unsure what you mean by that and how it relates to my answer. > >> On Fri, Dec 25, 2009 at 7:03 PM, Bill Moran wrote: >> >> > S Arvind wrote: >> > > >> > > Hi Everyone, >> > >

Re: [GENERAL] Session based transaction!!

2009-12-26 Thread Bill Moran
S Arvind wrote: > > Web application have single DB only.. I'm unsure what you mean by that and how it relates to my answer. > On Fri, Dec 25, 2009 at 7:03 PM, Bill Moran wrote: > > > S Arvind wrote: > > > > > > Hi Everyone, > > > > > > In a web application running in Tomcat and Postgres 8.3 as

Re: [GENERAL] Session based transaction!!

2009-12-26 Thread S Arvind
Web application have single DB only.. On Fri, Dec 25, 2009 at 7:03 PM, Bill Moran wrote: > S Arvind wrote: > > > > Hi Everyone, > > > > In a web application running in Tomcat and Postgres 8.3 as DB, i need to > > know whether my given task is feasible or not. > >All the db operation

Re: [GENERAL] Session based transaction!!

2009-12-25 Thread John R Pierce
S Arvind wrote: Hi Everyone, In a web application running in Tomcat and Postgres 8.3 as DB, i need to know whether my given task is feasible or not. All the db operation which is done by that web application must be rollback at the end(session dies) and the DB data must be same as

Re: [GENERAL] Session based transaction!!

2009-12-25 Thread Bill Moran
S Arvind wrote: > > Hi Everyone, > > In a web application running in Tomcat and Postgres 8.3 as DB, i need to > know whether my given task is feasible or not. >All the db operation which is done by that web application must > be rollback at the end(session dies) and the DB data must b

Re: [GENERAL] Session based transaction!!

2009-12-24 Thread Tino Wildenhain
Hi, S Arvind schrieb: > Hi Everyone, > > In a web application running in Tomcat and Postgres 8.3 as DB, i need to > know whether my given task is feasible or not. >All the db operation which is done by that web application > must be rollback at the end(session dies) and the DB data mu