Q: how to output a table from a procedure
From: Keith E. Jennings <kej2_at_Ra.MsState.Edu>
Date: 27 Jul 1999 23:30:17 GMT
Message-ID: <7nlfe9$7lq$1_at_nntp.msstate.edu>
from a procedure, how can I make the output parameter a table? I've tried using var%ROWTYPE but Forms 5.0 keeps saying "out parameter not a table or refcursor" or something similar...how can I get it to output a table?
Date: 27 Jul 1999 23:30:17 GMT
Message-ID: <7nlfe9$7lq$1_at_nntp.msstate.edu>
from a procedure, how can I make the output parameter a table? I've tried using var%ROWTYPE but Forms 5.0 keeps saying "out parameter not a table or refcursor" or something similar...how can I get it to output a table?
the procedure itself is a simple selection based on the in parameter
thanks
keith
-- Keith E. Jennings THE FunkomaticReceived on Wed Jul 28 1999 - 01:30:17 CEST
