Quantcast
Channel: SCN : Discussion List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 2881

Can you execute a stored procedure in the PB DB painter that returns an output variable(s)?

$
0
0

I have a simply Oracle procedure that returns a date such as

create or replace procedure dbtest."sto_oracle_dtm" (adtm_today out date)

is

begin

     select sysdate

          into adtm_today

          from dual;

     return;

end;

 

Can I perform an execute in the PB 12.5 DB painter such as

Execute dbtest.sto_oracle_dtm ();

any see the return value(s)?


Viewing all articles
Browse latest Browse all 2881

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>