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