At 17:20 -0300 3/24/02, Edilson Vasconcelos de Melo Junior wrote:
>Hi,
>Is there anyway to start transaction, do rollback and/or commit changes
>using mysql c api?

Same way you issue any other statement.  Use mysql_query() or
mysql_real_query() to issue statements like "BEGIN", "COMMIT", "ROLLBACK",
"SET AUTOCOMMIT = n", etc.

Did you have something else in mind?

>
>Thank u very much,
>
>Edilson Vasconcelos de Melo Junior
>www.jrsoftwares.com.br - Portal JR
>[EMAIL PROTECTED]
>Fone: (+55)(19)3256-3577
>Cel : (+55)(19)9111-5873


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