I have created one function in Oracle10g. Now I want to use that in Crystal Report. That function has ref cursor. Can I use that without Oracle package?
I am using Oracle 10g and Crystal Report 10.5. I have used user defined Oracle function in Crystal command and that worked fine. Now I have a function where I have ref cursor. Do I need a package or I can use it directly as a data source?
I've used cursors in command objects directly in SQL Server(I know, shocking, but it worked), try calling your function in the command, otherwise you might need an SP and package.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.