mp3penguin
Member
For the life of me I can't find a way to access an OUT parameter of type RAW. I have a procedure similar to this:
MyPackage.MyProc(Data OUT RAW);
I want to call the proc and get the value of Data. Is this possible? Can someone please post a code snippet that illustrates how to do this? Thanks.
MyPackage.MyProc(Data OUT RAW);
I want to call the proc and get the value of Data. Is this possible? Can someone please post a code snippet that illustrates how to do this? Thanks.