Consultor Eletrônico



Kbase P1836: How to trap the stop condition when a network connection is lost
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

How to trap the stop condition when a network connection is lost

FIX:

STOP condition may be trapped as per pg-14 of the DBA manual:

REPEAT ON ERROR UNDO, LEAVE:
ON STOP UNDO, RETRY:
IF RETRY THEN DO:
MESSAGE "Lost connection"