G
Guest
Hi Al
I have the following parameters in an oracle function
PACKAGE BODY ALLO A
-------------------------------------------------------------------------------
FUNCTION ITEM (O_error_message OUT VARCHAR2
O_item IN OUT item.item%TYPE
RETURN BOOLEAN IS......
Can anyone assist with how I go about calling this from VB and pass the O_item output back to VB. Any assistance anyone could provide would be appreciated
Thanks in Advance.
I have the following parameters in an oracle function
PACKAGE BODY ALLO A
-------------------------------------------------------------------------------
FUNCTION ITEM (O_error_message OUT VARCHAR2
O_item IN OUT item.item%TYPE
RETURN BOOLEAN IS......
Can anyone assist with how I go about calling this from VB and pass the O_item output back to VB. Any assistance anyone could provide would be appreciated
Thanks in Advance.