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

I am running Visual Studio 2010. And I am starting out with
Crystal Reports, but in my Crystal Report Wizard I entered
my Server name, Userid, password but where I have to then choose
a database nothing is showing. Why not?

Can anyone please help me with this??

Any help would be appriciated...
Posted
Comments
ChandraRam 19-Sep-11 10:59am    
Check if you are able to actually connect to the DB using the parameters you have provided from within the code. Use a connection string containing these details and make sure that a valid connection is created.
HTH

Dont connect crystal report directly with database, this will cause a problem when you deploy your app to client.... If you want better performance use Strongly Typed DataSet Type as DataSource for Crystal Report...


Create a Dataset file by including as a new file in your project and include your database tables into it...

then connect that wilth crystal report
 
Share this answer
 
Hi Ben, Sonia het tutorials vir crystal reports!
 
Share this answer
 

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