[Phplib-users] num_rows in db_oracle.inc
Brought to you by:
nhruby,
richardarcher
From: <Jan...@be...> - 2004-02-06 10:09:30
|
Hi All, it took me a while to figure out that my knowledge about SQL was not = totally nonsense, but the num_rows function seems to be not working properly. When I'm using this statement: SELECT ALL * FROM auth_group_md5 WHERE groupname like '%ll%' (ALL is optional) and trying to receive the affected rows with $db->query($query) echo $db->num_rows(); I'm always reveiving a "0". By using the SQL statement under sqlplus = I'm getting one result (which is the expected one). My question: Is this a known problem? I've seen that there is a bug description, but = I don't think that it should be affected by my statement. By the way: I'm using 7.4 of phplib. Thanks in advance. Kind regards Jan Albrecht System Administration / NMI-DC / Global 24 ------------------------------------------ arvato systems GmbH An der Autobahn 18 D-33311 G=FCtersloh http://www.arvato-systems.de jan...@be... Tel.: +49 (0) 5241/80-88404 Fax.: +49 (0) 5241/80-688404 Mobil: +49 (0) 172/2978914 |