Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/02/2003, 18:20
Avatar de Sir Matrix
Sir Matrix
 
Fecha de Ingreso: octubre-2000
Ubicación: Dentro de mi cabeza. ono?
Mensajes: 1.264
Antigüedad: 24 años, 7 meses
Puntos: 3
Más información:

la conexión a la base está bien, ya que probé con otros script y anda bien. El problema se produce en la linea 100 con ABSOLUTEPAGE:

Código PHP:
StrSql "SELECT * FROM coment WHERE num='"id_com &"' ORDER BY Post_id DESC "
rs.Open strSqlmy_conn11

'continuamos listando paginas
if NOT rs.eof then
rs.PageSize = NumPerPage
'
Tomamos el maximo numero de pags
Dim TotalPages
TotalPages 
rs.PageCount
'Set the absolute page
rs.AbsolutePage = npagina
'
Counting variable for our recordset
Dim count
Set Count equal to zero
Count 
0
Else
totalpages 0
End 
if 
Pero no se por qué podría reemplazar el absolutepage, ni porqué no funciona con MySql y sí con access y sql server.

Espero ayuda masters!!!