Hello, "Marko Perich"!
You wrote:

> I need to make a transaction over several pages and 
> commit it after
> validating the last one.

Insert line on the first page, update on next, mark as 
commited on the last. Each hour drop uncommited lines. You 
may also provide current time of transaction start when 
inserting on 1st page to prevent uncommited transactions 
that are in progress (started in last 10 minutes).

-- 
Piloteers do it on the road


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to