I have a report that used different stored procs for different sections of the data.
eg. one table uses stored proc and the following table uses stored proc B.
I have a shared data source for each stored proc. In the Data tab i created datasets corresponding to each stored proc and i am loading...
I get an error at the end of the installation of the SQL reporting services developer edition on my client computer.
Service reportserver (Reportserver) Failed to start. Verify that you have
sufficient privileges to start the system services.
I can only retry or Cancel the installation. I...
I got the Crystal 10 advanced developer edition recently and i created an application in VS.Net using the c# language. I included the dlls that are required to load the report (reportviewer) in the aspx.
When i deploy this i shall be packaging these dlls by using the MSMs (merge modules) that...
I tired ODBC DSN with the same result. A blank result. Although it does make sense that the data does load eventually but i have seen in my past reports that the report generally should wait for the data to be prepared by the datasource before rendering.
IN this report's case i am totally...
I have a simple rpt in crystal reports and i bound it to a SQL stored procedure.
The stored procedure calls two other stored procs within itself and then finally selects from a temp table formed at the end of the execution of the two sub procs to yield the result that will be displayed in the...
Thanks for your message Lisa.
I am, however not using ODBC drivers. I am also not specifiying them anywhere explicitly. I am unsure it will should look for ODBC drivers.
I am in fact using OLE DB drivers in the report (I assume these settings are saved due to the links in these reports to a...
My Crystal reports are being supplied the logon credentials via a C# code class that recursively loops through all the tables present in the reports and applies the login credentials (Servername, databasename, userid and password). This setup is working fine when i have it working within my...
Hello there.. please help me pass an array of records from stored procedure to VB.
my proc declaration looks like this..
CREATE OR REPLACE PACKAGE SP_Load_Index AS
TYPE Return_arr_Typ IS RECORD(
FormUID Number,
RTName Index_RT.Name%TYPE,
FAName Index_FA.Name%Type,
RTTP Number,
FATP...
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.