Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/04/2005, 17:25
Avatar de jrp01
jrp01
 
Fecha de Ingreso: mayo-2004
Ubicación: México
Mensajes: 2.702
Antigüedad: 21 años
Puntos: 0
y si pones:
Código:
rs.CursorLocation = adUseClient
rs.CursorType = adOpenStatic
rs.LockType = adLockReadOnly
set rs= cn.execute("tu select")