Hello mysql,

> tell me please where i need write my question about InnoDB in MySQL ?
> I was instaled on Linux Debian
> MySQL 3.23.53-log
> with InnoDN Tables.
>
> If i use code at PHP IN ONE PAGE - that uses like :
>
> SET COMMIT
> ....
> INSERT ...1
> INSERT ...2
> ...
> COMMIT / ROLLBACK
>
> All Actions - work OK - COMMIT & ROLLBACK
>
> But if i try use every Insert at defferent page (php)
>
> Like
> Page.php - has <FORM ACTION=p1.php> ....
>
> p1.php - has
> SET COMMIT;
> INSERT ....1
>
> <FORM ACTION=p2 ?>
>
> {go to p2.php}
>
> INSERT ....1
> ROLLBACK;
>
> - THIS IS NOT WORKED !
> WHY ?
> Who can help me - and answer at my Question ?
>
> --
>                                                Andrew B. Sokov
> ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
>  Web-Media L.t.d. (812) 312-5309         27 äåêàáðÿ 2002 ã. 18:54
>
>  URL:       http://www.Web-Media.ru
>  e-mail:    [EMAIL PROTECTED]
>  ICQ UIN#   83040728
>  phone:     +7 (812) 312-5309
>  fax:       +7 (812) 312-5309
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to