Hi, I need help on passing parameters from ASP to Crystal Report. I have created a Report which uses 2 different stored procedure with each has a parameter. How can I pass the same value of a first stored proc to the next? I’m using this method:
objCrystal.StoredProcParam(0) =...
Hi did you try this object?
objCrystal.LogOnServer "P2SSQL.DLL","servername","dbase","username","password"
Thanks Ken.
I have another question . . .
Can I indicate the specific Stored Procedures in ASP that will be used in a specific Crystal Report???
For Example:
SET objReport = objCrystal.OpenReport(Server.MapPath(strRPTPath))
objReport.SQLQueryString "SELECT * FROM LIB_EXAM WHERE EXAMID...
Hi everybody. Im new in Crystal report. We are using ASP/XML as our architecture here. I would like to asked if we can used Stored Procedures in Crystal Report instead of the method "SQLQueryString". We don't allow any embedded SQL Statement in ASP codes.
Thanks in Advance.
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.