Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all

I tried to use MS report & crystal report in VS2005 + Mysql using C#.
I tried ODBC Connection.
II also tried Mysql .Net Connection.

All give the same result, report with only the table header but with no data no records at all.

What things I should check?

Thanks
Posted
Updated 21-May-11 23:55pm
v2
Comments
Orcun Iyigun 20-May-11 20:05pm    
Try these open the report, uncheck the option "Save Data with Reports" or by coding CR.DiscardSavedData=True !
CS2011 21-May-11 0:45am    
Can you post your code. what you are trying. We will be able to help you better then.
Sunasara Imdadhusen 21-May-11 0:59am    
Right! you should provide snippet of code!!
Dalek Dave 22-May-11 5:56am    
Edited for Grammar and Readability.

1 solution

final done

just read this well

How to Create a Crystal Report using C# and MySQL[^]


Crystal Report doesn't allow us to make a connection to datasource which is MySQL and we don't have constructing report dynamic on runtime with Crystal Report. So to design a report, the first step is create a DataSet describing the data you want to display in the report.
 
Share this answer
 
Comments
Dalek Dave 22-May-11 5:57am    
Should be helpful.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900