Crystal Report Parameter and ASP.net problem
-
hi all, I have two applications one is Windows application and the other is ASP.net application, both applications use Crystal Report 10 to preview data using direct SQL from the same stored procedure. I'm passing one parameter to stored procedure using report.SetParameterValue() method I have multiple copies of same database on multiple servers, one of them is working fine, but when connecting from ASP.net application to other databases - locally or remotely - it returns all records as if I didn't set parameter. NOTE: the Windows application is working fine in all cases !!!
-
hi all, I have two applications one is Windows application and the other is ASP.net application, both applications use Crystal Report 10 to preview data using direct SQL from the same stored procedure. I'm passing one parameter to stored procedure using report.SetParameterValue() method I have multiple copies of same database on multiple servers, one of them is working fine, but when connecting from ASP.net application to other databases - locally or remotely - it returns all records as if I didn't set parameter. NOTE: the Windows application is working fine in all cases !!!
hiiii, can anybody help me???