Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/12/2005, 20:14
Avatar de sodalex
sodalex
 
Fecha de Ingreso: agosto-2002
Ubicación: Guatire
Mensajes: 46
Antigüedad: 22 años, 8 meses
Puntos: 0
Intenta Agregando Esto A Ver

Set Conn = Server.CreateObject("ADODB.Connection")
strconn = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("cocinadivertida.mdb")
Set Command = Server.CreateObject("ADODB.Command")
Set RS =Server.CreateObject("ADODB.RecordSet")
Conn.Open strconn
RS.Open sSQL,Conn,adopenstatic,adcmdtext %>

<% if rs.eof or rs.bof then %>

No encontró resultados

<% else %>


'resultados por pagina a elegir arbitrariamente
num_registros = 10

'Dimensionamos las paginas y determinamos la pagina actual
RS.PageSize=num_registros
RS.AbsolutePage=Session("pagina")
%>

<% end if %>
__________________
Johnny Sosa
Director General
Grupo Dotcom
www.grupodotcom.com