Re: how to move into a recordset?
- From: Oli Filth <catch@xxxxxxxxxxxxxx>
- Date: Wed, 28 Sep 2005 11:24:01 GMT
Oli Filth said the following on 28/09/2005 12:17:
<...SNIP...>s4femod3 said the following on 28/09/2005 04:05:
y not try odbc_num_rows($query); ?
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 .
- References:
- how to move into a recordset?
- From: chris
- Re: how to move into a recordset?
- From: s4femod3
- Re: how to move into a recordset?
- From: Oli Filth
- how to move into a recordset?
- Prev by Date: Re: how to move into a recordset?
- Next by Date: What is the difference between php & asp?
- Previous by thread: Re: how to move into a recordset?
- Next by thread: Re: how to move into a recordset?
- Index(es):
Relevant Pages
|