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

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
merdock
Posts: 2
Joined: Thu 28 Feb 2008 15:41

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

Post by merdock » Thu 28 Feb 2008 15:53

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

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 29 Feb 2008 14:34

We have fixed this problem. This fix will be included in the next build of UniDAC.

Post Reply