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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.