Page 1 of 1

Error with cursor type or how i can run proc or function

Posted: Thu 28 Feb 2008 15:53
by merdock
How i can run proc or function and get my data from cursor type?
I tried this:

Code: Select all

UniQuery.sql.add('begin mypkg.myproc(:a); end;');
UniQuery.params[0].ParamType:=ptOutput;
UniQuery.params[0].DataType:=ftCursor;
UniQuery.open;
And get exception assertion failure in oraclasses.pas in 5862
Delphi 7 UniDac 1.00.0.1 trial

Database Oracle 10R2

Posted: Fri 29 Feb 2008 14:34
by Challenger
We have fixed this problem. This fix will be included in the next build of UniDAC.