From: [EMAIL PROTECTED]
Operating system: Win 2K
PHP version: 4.0.4pl1
PHP Bug Type: IIS related
Bug description: InterBase module
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 Bug report at: http://bugs.php.net/?id=10358&edit=1
--
PHP Development 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]