How to access OUT RAW parameter

I am trying to execute a TQuery which calls a package procedure that contains an OUT RAW Parameter. How does one declare this variable and then access the data? I have tried to declare it as otRaw but then I get an error when I SetVariable to a TLobLocator.
 
You should declare the variable as string. You will receive the RAW data in hexadecimal format.

------------------
Marco Kalter
Allround Automations
 
Back
Top