Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Q: Progress 4GL running Oracle stored procedure??

Q: Progress 4GL running Oracle stored procedure??

From: Friedrich W. Bonhagen <fbonhagen_at_onlinehome.de>
Date: Sat, 09 Aug 2003 17:24:30 +0200
Message-ID: <3F35122E.9020404@onlinehome.de>


Hi everybody

i would like to execute a stored procedure in Oracle from a Progress (Version 8.x) 4GL program.

For example:

BEGIN

     Dbms_Application_Info.Set_Module(module_name => 'add_order',
                                      action_name => 'insert into orders');

END; Is is possible in Progress 4GL?
I think Progress has an Oracle Data Server (gateway) that could work. How would it be done?

thx,
Fritz Received on Sat Aug 09 2003 - 10:24:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US