ID:               10358
 Comment by:       PLUMPERS-PLUMPERS475 at hotmail dot com
 Reported By:      n dot chansard at cema-france dot fr
 Status:           Bogus
 Bug Type:         IIS related
 Operating System: Win 2K
 PHP Version:      4.0.4pl1
 New Comment:

<a href=http://www.geocities.com/iloeeplk528/>PLUMPERS PLUMPERS</a>


Previous Comments:
------------------------------------------------------------------------

[2001-04-17 03:54:47] [EMAIL PROTECTED]

Does this
$ib_result = ibase_query(0, $ib_query);
correct? Seems that there should be $ib_link instead 0.
If this isn't typo, re-open bug.

------------------------------------------------------------------------

[2001-04-17 03:42:03] n dot chansard at cema-france dot fr

It appears that the connection is good (no msg of warning or errors)
but the function ibase_query() gives a warning like:

InterBase module: 0 is not link or transaction index

source:

        <?
                $ib_link = ibase_connect("\\\\SPDCCPI01\C:\_BASES\INTRANET.GDB",
"SYSDBA", "ib") || die(exit());
                print ("IB_LINK  : $ib_link<BR>\n");
                $ib_query       = "select * from servic";
                print ("IB_QUERY : $ib_query<BR>\n");
                $ib_result      = ibase_query(0, $ib_query);
                ibase_close();
        ?>

I can't do less... heelp!

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=10358&edit=1

Reply via email to