Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Q: Progress 4GL running Oracle stored procedure??
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
![]() |
![]() |