query fails in stimulsoft reports.net

Stimulsoft Reports.NET discussion
Post Reply
Naveen Aggarwal
Posts: 70
Joined: Wed Feb 24, 2010 11:08 am
Location: India

query fails in stimulsoft reports.net

Post by Naveen Aggarwal »

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 !
Naveen Aggarwal
Posts: 70
Joined: Wed Feb 24, 2010 11:08 am
Location: India

query fails in stimulsoft reports.net

Post by Naveen Aggarwal »

i was just wondering, almost 4 days and no reply.
Is my query so absurd ?
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

query fails in stimulsoft reports.net

Post by Andrew »

Hello,

Sorry for the delay with response. All our efforts were thrown on release v2010.1.
Can you, please provide sample project with data for this issue because it is not 100% understandable by one string of query which conditions does this string contains?

Thank you.
Post Reply