Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/12/2013, 10:44
neofilo
 
Fecha de Ingreso: abril-2012
Ubicación: Madrid (España)
Mensajes: 162
Antigüedad: 12 años
Puntos: 5
Respuesta: Ajuda en código paginacion ASP

Te falta el cursortype.

Metelo así
<%
SET conex=server.CreateObject ("ADODB.Connection")
SET RS=server.CreateObject("ADODB.Recordset")
rs.CursorType=1
%>

A ver si así te funciona