
28/04/2005, 17:25
|
 | | | 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")
|