I am using the ODBC connector to access a MySQL db from visual studio 2008 and i am facing performance problems when dealing with crystal reports and to solve this i need a native connector to visual studio. if someone has had a similar problem and knows a solution or tools ( freeware preferable ) , i would be really grateful.

link|improve this question
feedback

4 Answers

You want Connector/Net

Update: This link should take you to a more recent version: http://dev.mysql.com/downloads/connector/net/5.2.html

link|improve this answer
feedback

Refer the below link: You will get more knowledge: http://www.codeproject.com/KB/database/MySQLCrystal.aspx

link|improve this answer
feedback

You need add reference to Mysql.Data.dll. Put the dll in Bin folder and right click - add reference. its sample.

link|improve this answer
feedback

Connector/Net is the native provider you are looking for. If you're having trouble using it then you should open a new question asking how to get it working with crystal reports. I don't use crystal reports, so I can't help you there myself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown