Subject | ibase_num_rows |
---|---|
Author | marcos_poletto |
Post date | 2004-11-04T20:18:33Z |
I have been problems with ibase_num_rows function.
Using ZEND IDE, the function insight shows ibase_num_rows, but my
system doesn't see that function (undefined function is the php
message).
I connect on db and use $qid = ibase_query($con,$sql). When i use
ibase_num_rows($qid) i am not get any result, only the error message
above.
On PHP site i don't find ibase_num_rows in the function list of
Firebird/InterBase. And nothing that be similar.
I'm using PHP 5 with Firebird 1.5 on Red Hat 9 with Apache 2.
Sds
Marcos
Using ZEND IDE, the function insight shows ibase_num_rows, but my
system doesn't see that function (undefined function is the php
message).
I connect on db and use $qid = ibase_query($con,$sql). When i use
ibase_num_rows($qid) i am not get any result, only the error message
above.
On PHP site i don't find ibase_num_rows in the function list of
Firebird/InterBase. And nothing that be similar.
I'm using PHP 5 with Firebird 1.5 on Red Hat 9 with Apache 2.
Sds
Marcos