query fails in stimulsoft reports.net
Posted: Wed Mar 24, 2010 11:13 am
hi,
I tried to use the following query while designing a report.
SELECT pfregister.* FROM pfregister where company_code = @company_code and isnull(totaltotalpfa,0) > 0 ORDER BY CONVERT(int, pf_no).
This query runs perfectly in sql server 2005 express as well as in crystal report but fails in stimulsoft. Any help ?
Thanks in advance !
I tried to use the following query while designing a report.
SELECT pfregister.* FROM pfregister where company_code = @company_code and isnull(totaltotalpfa,0) > 0 ORDER BY CONVERT(int, pf_no).
This query runs perfectly in sql server 2005 express as well as in crystal report but fails in stimulsoft. Any help ?
Thanks in advance !