|
Posted by Oli Filth on 09/28/05 14:24
Oli Filth said the following on 28/09/2005 12:17:
> s4femod3 said the following on 28/09/2005 04:05:
>
>> y not try odbc_num_rows($query); ?
>>
<...SNIP...>
>
> Alternatively, why not include a COUNT(*) in your SELECT query?
>
Or another alternative, why not loop through the recordset and load it
into an array?
Then you'll know the number of entries, and willl be free to walk it
randomly, without needing any more ODBC commands.
--
Oli
Navigation:
[Reply to this message]
|