Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/02/2006, 10:45
Brewster
 
Fecha de Ingreso: marzo-2004
Mensajes: 174
Antigüedad: 20 años, 2 meses
Puntos: 1
Muchas gracias. Mi error es que lo hacía así.-

sql="select * from ...."
registro.open sql, conexion
On error resume next
sql="select * from ..."
registro.open sql, conexion
if err.number < > 0 then
'Hubo un error
end if

Gracias de nuevo