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 strSql, my_conn, 1, 1
'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!!!