I am trying to create a report that calls a stored procedure for its data source... this works fine with SQL Server, however when I tried this with Oracle i run into some problems.
From my understanding, Oracle stored procedures need to return a ref cursor in order to return the results of a SELECT statement. But when I use the Telerik report wizard to call the stored procedure, it doesn't show me the rows in my select as the output parameters. It only shows the ref cursor.
Can anyone provide a simple Oracle stored procedure and instructions on how to connect to it using the Telerik report wizard?
Greatly appreciate any help, thanks!
From my understanding, Oracle stored procedures need to return a ref cursor in order to return the results of a SELECT statement. But when I use the Telerik report wizard to call the stored procedure, it doesn't show me the rows in my select as the output parameters. It only shows the ref cursor.
Can anyone provide a simple Oracle stored procedure and instructions on how to connect to it using the Telerik report wizard?
Greatly appreciate any help, thanks!