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 wmo...@potentialtech.comwrote: S Arvind arvindw...@gmail.com 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.

Re: [GENERAL] Session based transaction!!

2009-12-26 Thread Bill Moran
S Arvind arvindw...@gmail.com 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 wmo...@potentialtech.comwrote: S Arvind arvindw...@gmail.com wrote: Hi Everyone, In a web

Re: [GENERAL] Session based transaction!!

2009-12-26 Thread Allan Kamau
On Sat, Dec 26, 2009 at 3:02 PM, Bill Moran wmo...@potentialtech.com wrote: S Arvind arvindw...@gmail.com 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 wmo...@potentialtech.comwrote:

Re: [GENERAL] Session based transaction!!

2009-12-25 Thread Bill Moran
S Arvind arvindw...@gmail.com 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

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

[GENERAL] Session based transaction!!

2009-12-24 Thread S Arvind
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 the starting

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 must be