I have a situation. One of the views I am accessing only gets populated if I execute a stored procedure in the same session. How do I execute this in Crystal?
You cannot, though you could cheat this by having the View report as a subreport, and the stored procedure execute in the main report and suppress all output in the main report.
You're probably better served to just use a Stored Procedure as the data source.
Crystal is very particular about how Oracle SP's are created as data sources, check:
Crystal seems to be very strict about calling the stored procedure. Our problem is that we are accessing the database directly from Crystal. If we had a middle tier which passes result-set to Crystal, it would have been easier.
Thanks for you reply. Your efforts are appreciated.
Ashish
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.