thisisboni
Programmer
Hi,
I need to write a sproc and then report off the sproc via Crystal Enterprise.
I read the need of a ref cursor from the white papers etc..
My question is that is there a way we can report striaght of the parameters returned in the ref cursor - like in SQL SERVER we do a 'fetch next from <cursor_name> into <var_names>' at the end to get the record set which can be utilized at the crystal end.
Most (rather all) the white paper examples do a
Open <ref_cursor> FOR
SELECT *
FROM <table_name>
is there a way I can do the same without the results returned to a table and still be able to get the entire record set at the crystal end ?
Thanks
/Sam
I need to write a sproc and then report off the sproc via Crystal Enterprise.
I read the need of a ref cursor from the white papers etc..
My question is that is there a way we can report striaght of the parameters returned in the ref cursor - like in SQL SERVER we do a 'fetch next from <cursor_name> into <var_names>' at the end to get the record set which can be utilized at the crystal end.
Most (rather all) the white paper examples do a
Open <ref_cursor> FOR
SELECT *
FROM <table_name>
is there a way I can do the same without the results returned to a table and still be able to get the entire record set at the crystal end ?
Thanks
/Sam