Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: Oracle Stored Procs that return Collection objects Post Reply Post New Topic
Author Message
tigerfan
Newbie
Newbie
Avatar

Joined: 18 Jul 2008
Location: United States
Online Status: Offline
Posts: 1
Quote tigerfan Replybullet Topic: Oracle Stored Procs that return Collection objects
    Posted: 18 Jul 2008 at 8:31am
I am trying to get crystal 10, either via the stored proc or the command line to call the stored proc,  to accept a collection object type as an input/output value.  Can this be done?
Example:

DECLARE

LOCNBR NUMBER;

P_RESULTSET EADV_RPT.RPT_CO_CONSECDEALCNT_TAB;

BEGIN

LOCNBR := NULL;

P_RESULTSET := NULL;

EADV_RPT.SP_RP_CO_CONSECDEAL_A2 ( LOCNBR, P_RESULTSET );

COMMIT;

END;

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.