Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/12/2011, 05:45
yeyowave
 
Fecha de Ingreso: febrero-2010
Mensajes: 157
Antigüedad: 15 años, 1 mes
Puntos: 5
Respuesta: Mysql y ASP (problemas bookmarks)

modifica esto

Set RS=Server.CreateObject("ADODB.Recordset")

RS.PageSize = mostrar
RS.CacheSize = mostrar

RS.Open sSql, Conn, 3,1

cant_paginas = RS.PageCount

----------------------
por esto
---------------------

Set RS=Server.CreateObject("ADODB.Recordset")
RS.Open sSql, Conn, 3,1
RS.PageSize = mostrar
RS.CacheSize = mostrar
cant_paginas = RS.PageCount