I am new to Crystal Reports v10 and I'm creating reports to embed in Visual Studio 2010 forms. The database server I'm using is MySQL. I have some issues regarding to creating new connection in crystal reports. Based on what I've read, I should select the ODBC in order for me to connect it to the MySQL. However, when I select ODBC and LocalServer and enter the username and password an error message occurred and shows Logon Failed. Am I doing it right? Is there anything you could help me please?

I already installed the MySQL Connector/ODBC 5.1

enter image description here

enter image description here

enter image description here

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You need to install the MySQL ODBC Connector.. Create an ODBC data source from the Administrative Tools \ ODBC Data sources control panel. It will then be available in Crystal Reports.

link|improve this answer
I already installed the MySQL ODBC Connector. – sean Aug 11 '11 at 2:29
@sean Did you also create a user or system data source in the ODBC Data Sources control panel? – Michael Aug 11 '11 at 12:56
1  
Programs\Administrative Tools\ODBC data sources. If you don't have it, check the Programs & Features panel to add windows components. Also just try typing "ODBC" into the Win7 start menu search – Michael Aug 12 '11 at 1:48
Thanks. I am already connected with data sources.. Thank you. – sean Aug 12 '11 at 2:03
@sean Happy to help. – Michael Aug 12 '11 at 2:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.