I am using crystal reports xi and sql server 2000.
I have a report with two dynamic prompts and a stored procedure with two prompts.
How can i pass the promp values chosen from crystal reports to the stored procedure?
any help will be appreciated..
I am getting an error
"[Microsoft][ODBC SQL Server Driver]Syntax error or access violation" when I am executing the following stored procedure...
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
ALTER PROCEDURE UPDATE_AGENCY_TM
@AGENCY_NAME NVARCHAR(50),
@SALES_REP VARCHAR(15)...
I am using Crystal Reports Server XI. I have a list of users around 40 who need to have access to view the reports via infoview.
the error im getting after adding 5 users is
"There was an error while writing data back to the server: You do not have enough Named User Licenses to make this...
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.