Page 1 of 1

ODAC Parameters in Cursor type?

Posted: Fri 15 Sep 2006 08:31
by Bruce
Dears,
How can i create and pass a TOraCursor Type to the
TOraQuery.AsCursor parameters?
In delphi, just like below:
OraQuery1.ParamByName('LIST').AsCursor := ***;
How can i define and value "***" ?

thanks..

Posted: Mon 18 Sep 2006 06:39
by Plash
OCI doesn't support input REF CURSOR parameters. Therefore you can use only output REF CURSOR parameters with ODAC.