Re: [PHP] InterBase transaction ...

2001-10-19 Thread Christopher William Wesley
Just use one argument or the other ... not both. ibase_commit($myTrans); OR ibase_commit($myDB); g.luck, ~Chris /\ \ / September 11, 2001 X We Are All

[PHP] InterBase transaction ...

2001-10-18 Thread Yoel Benitez Fonseca
Hi! Someone can explain me (or give me an example or more) about the function: ibase_commit() I am using PHP 4 and InterBase 6.0 over IIS 5.0, in the version of the manual that I have the following description appears: int ibase_commit ([int link_identifier, int trans_number]) but when I use