Chris Hohmann wrote:
> "Bob Barrows" <> wrote in message
> news:O%...
>
>> Once the data is in the array, you can use Ubound to determine the
> number of
>> records:
>>
>> est.Open ...
>> if not est.EOF then arResults = est.GetRows
>> est.close: set est = nothing
>> objConn.close:set objConn=nothing
>> if isArray(arResults) then
>> response.write Ubound(arResults,2) & " records"
response.write Ubound(arResults,2) + 1 & " records"
>> else
>> response.write "no records"
>> end if
>
> Plus 1.
>
> Haven't we had this conversation already. 
>
>
http://groups.google.com/groups?selm...TNGP12.phx.gbl
Wow! This is an example of a mistake I would never make in my own code but
which keeps slipping into my air code examples! Thanks for the re-catch!
Bob
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"