Re: AW: [PHP-DB] PHP4 + interbase 6 : UPDATE or INSERT has no effect

2001-01-22 Thread nicolas

> 
> ... don't you need a COMMIT on IB6-DB ???
> 

Great :
I did try but I must have make a mistake : it's fine now with

$trans = ibase_trans();
ibase_query ($c, $sql);
ibase_commit( $trans);

regards
Nicolas

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




AW: [PHP-DB] PHP4 + interbase 6 : UPDATE or INSERT has no effect

2001-01-22 Thread Michael Rudel

Hi Nicolas,

... don't you need a COMMIT on IB6-DB ???

Hope this helps.

Greetinx,
  Mike
(Germany)

-Ursprüngliche Nachricht-
Von: nicolas [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 22. Januar 2001 14:39
An: [EMAIL PROTECTED]
Betreff: [PHP-DB] PHP4 + interbase 6 : UPDATE or INSERT has no effect


I can't write into IB6 database from PHP4 with the folling code. I have
no error but table1 is not updated.
(SELECT queries run fine)




The problem is the same with INSERT.
I haven't try DELETE yet.

Regards
Nicolas

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

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