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 it in my script, for example:

ibase_commit($myDB, $myTrans);

I receive the following error:

. Wrong parameter count for ibase_commit () in.

thank you in advance, Yoel.


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