Re: [ADMIN] Transactions and HTTP

2003-01-21 Thread Rajesh Kumar Mallah.
since its not possible/simple to have transactions spanning multiple HTTP requests may be (if requirements permits) 1,2,3 can be merged in a single step (transaction). regds mallah. On Wednesday 22 January 2003 11:04 am, Raj Mathur wrote: > Hi Thomas, > > > "Thomas" == Thomas Swan <[EMAIL P

Re: [ADMIN] Transactions and HTTP

2003-01-21 Thread Raj Mathur
Hi Thomas, > "Thomas" == Thomas Swan <[EMAIL PROTECTED]> writes: Thomas> Raj Mathur wrote: >> Hi, >> >> Writing a web-based application using PostgreSQL as the >> back-end database. The master create functions look something >> like this: >> >> 1. Accept ID

Re: [ADMIN] Transactions and HTTP

2003-01-21 Thread Thomas Swan
Raj Mathur wrote: Hi, Writing a web-based application using PostgreSQL as the back-end database. The master create functions look something like this: 1. Accept ID from user. 2. Verify that ID doesn't exist in database. Start transaction. Create blank record with ID as key. 3. Accept remain