Does ODAC support ref cursors?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ViA
Posts: 1
Joined: Mon 12 Sep 2005 12:28
Contact:

Does ODAC support ref cursors?

Post by ViA » Tue 13 Sep 2005 11:39

Good day everybody!

Please, answer the question:
Does ODAC v5.10.0.5 for Delphi 6 with Update Pack 2 (Build 6.240) support cursors as OUT parameters of stored procesdures or functions?

If yes then how I should work with such parameters for everything work properly, I'll very thankful for a small example...

Thank you!!!!

P.S. I always get an error ORA-24338 while trying to execute PREPARE method of a TOraStoredProc component !!!!!

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 14 Sep 2005 06:32

There is such demo in ODAC demos. Please see Cursors demo.

Post Reply