Most of the details are to be determined. It most likely will be an Oracle database but unfortunately, the team that wants to do this, is still in theoretical mode and hasn't made it that far along. Having said that, is there one data type that works best for images and PDFs that I could let them know about when they go about creating the database?
I am trying to access data for a report using stored procedures in MS SQL Server. I have a main report that provides job details and a linked subreport within it that provides the processes that were performed (general information). I want to get access to process detail information that is only available in a 2nd process detail stored procedure.
So far I have found out that Crystal does not support a subreport within a subreport, that you can only get at the first result set within a stored procedure and I also found out that you cannot join 2 stored procedures together based on a common key.
How can I get at this data if I need to access it from 2 different stored procedures at the same time ?
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.