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 New Yorkers
                                         / \     rm -rf /bin/laden

On Fri, 19 Oct 2001, Yoel Benitez Fonseca wrote:

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


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