Page 1 of 1

out-parameter TOraPackage parString

Posted: Thu 16 Jun 2016 10:56
by edvkdgealp
Hi guys,

I'm using Delphi XE5 with Firemonkey for Android and I tried to write a value into a string variable by using it as an out-parameter:
e.g. (in Oracle): function F_function(vWarning out varchar2) return number;
(in Delphi): pkgPackage: TOraPackage;
...
pkgPackage.CallIntegerFunction('F_function', [parString]);
vWarning := pkgPackage.GetParameter(1);

Now my question:
Is there anything like parString (I've used that in Delphi 2006) I could use here?

Thanks in advance

Re: out-parameter TOraPackage parString

Posted: Mon 20 Jun 2016 09:39
by AlexP
Hello,

We do not have such methods and constants, most likely you are using DOA. Please refer to their support regarding the issue.

Re: out-parameter TOraPackage parString

Posted: Tue 21 Jun 2016 08:29
by edvkdgealp
Hello Alex,

thanks for your response, today I figured out a way where i don't need this anymore.
Was just curious since it might come in handy in the future.

Have a nice day :wink:

Re: out-parameter TOraPackage parString

Posted: Tue 21 Jun 2016 09:19
by AlexP
You are welcome. Feel free to contact us if you have any further questions.