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 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...
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.