Subject | Re: [firebird-support] Re: lost of FK ...why? |
---|---|
Author | Lester Caine |
Post date | 2005-06-16T14:54:35Z |
Alberto Pesce wrote:
Second - start that thread in firebird-php where those of use using PHP
hang out.
Third - what versions of Firebird, PHP, Apache ?
Fourth - What is the error from ibase_commit() ?
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
> Hi !First - start a new thread with a new problem.
> How can I set a Forced Write?
>
> The ibase_commit() in that position can cause problems?
>
> $conn = ibase_connect($SERVER, $USERID, $PASSWORD) or die ("Impossibile
> connettersi al Data Base");
> $action = "INSERT INTO table VALUES('$CODICE',
> '$GRUPPO','$CODICE_FORN','$SCONTO_1','$SCONTO_2','$SCONTO_3','$SCONTO_4');";
> $I = ibase_query($conn,$action);
> if (!ibase_errcode())
> $msg = "Inserimento effettuato";
> else
> $err_msg = "Inserimento non effettuato";
>
> ibase_commit();
Second - start that thread in firebird-php where those of use using PHP
hang out.
Third - what versions of Firebird, PHP, Apache ?
Fourth - What is the error from ibase_commit() ?
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services