usa esto antes del recordcount
rs.CursorType=adOpenStatic
otra solucion es esta:
<%
Set oConn=Server.CreateObject("ADODB.Connection&q uot;)
oConn.Open "DSN"
'Aquí la otra solución:
SQL="SELECT COUNT(*) AS COUNTER FROM TABLA"
SET RS=oConn.Execute (SQL)
Response.write "Cantidad de registros= "&Rs("Counter")
%>
Saludos
<center><img src="http://www.pcmasmas.com.ar/foro/images/avatars/043.gif"><br>
Urjose</center>