[PHP-DB] odbc_num_rows returns -1...any alternatives? From: Tyson Lloyd Thwaites (tysonlt <email protected>)
Date: 08/30/00

Hi guys & girls,

I'm writing an ODBC wrapper class using the PowerDynamo syntax and I want a
property called GetRowCount.
I noticed that odbc_num_rows returns -1. Is there another way to do this? I
can't do it the way suggested in the php annotated manual, because I want
this to be available as a property of my class, ie the user needs to know
this value *before he starts looping through the records.

Any ideas?

Regards,

Tyson Lloyd Thwaites
IT&e Ltd

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>