Re: Span a database transaction across multiple CGI scripts

2004-03-10 Thread Joshua J. Kugler
06:24 am, Sagara Wijetunga wrote: Hi all Is it possible to span a database transaction across multiple CGI scripts? That is, start transaction and lock some records in one CGI script and update and commit in another CGI script. Here is an example: I have a accounts database. Only one user

Span a database transaction across multiple CGI scripts

2004-03-09 Thread Sagara Wijetunga
Hi all Is it possible to span a database transaction across multiple CGI scripts? That is, start transaction and lock some records in one CGI script and update and commit in another CGI script. Here is an example: I have a accounts database. Only one user should edit a given account at any given