Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/03/2005, 10:18
sqa212
 
Fecha de Ingreso: mayo-2003
Mensajes: 866
Antigüedad: 22 años
Puntos: 0
Do until oRS.EOF
if oRS("TABLE_NAME")= (...)
then Response.Write "<br> Ha habido un error, la tabla ya existe."
comprobacion=1
'Aquí quiero poner la instrucción para salir del bucle
Exit do
end if
oRS.Movenext
loop