Recent content by bidanish

  1. B

    Trapping Oracle Error

    I am trying to connect to an Oracle Schema from a .p file. I have written the following code for this: - CONNECT db_name VALUE(lv_connect_string) NO-ERROR. IF ERROR-STATUS:ERROR THEN DO: DO j = 1 TO ERROR-STATUS:NUM-MESSAGES: MESSAGE string(j) VIEW-AS ALERT-BOX INFO...
Back
Top