Silly Issue - Posted (1289 Views)
Average Member
kolucoms6
Posts: 845
845

When I do :

response.write rs.RecordCount , I get -1

response.write rs.EOF , I get FALSE
response.write rs.BOF , I get FALSE

What could the Problem ?
<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Posted
Support Moderator
Doug G
Posts: 6493
6493
Read the MS documentation on the recordcount property. It will tell you many reasons you may get -1 back, and convinced me to not use recordcount. <
======
Doug G
======
Computer history and help at www.dougscode.com
 
You Must enter a message