Page 1 of 1

Open command in OE stage

Posted: Mon Sep 27, 2010 9:49 am
by allavivek
Hi All,

I have a procedure which gives output , like
procedure(out).

How can i test in OE stage using open command..

For out , how should i capture the output column..

Thanks...

Posted: Mon Sep 27, 2010 11:49 am
by chulett
You can't, at least not there. You should be using the Stored Procedure stage for that.

Posted: Mon Sep 27, 2010 12:20 pm
by allavivek
chulett wrote:You can't, at least not there. You should be using the Stored Procedure stage for that. ...
Hi Chulett,

So we can execute simple procedures with input args or no args in an OCE but we cannot execute procedure output arguments.

Is this valid senetece..

Thanks...

Posted: Mon Sep 27, 2010 2:17 pm
by chulett
That would be correct. It may work (never tried) but you'd have no mechanism to capture the output.

Posted: Mon Sep 27, 2010 2:46 pm
by allavivek
chulett wrote:That would be correct. It may work (never tried) but you'd have no mechanism to capture the output. ...

Thanks chulett..