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.
+5
A:
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
Joel Coehoorn
2008-09-03 15:09:48
A:
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.
Joel Coehoorn
2008-09-04 17:31:21
+1
A:
Refer the below link: You will get more knowledge: http://www.codeproject.com/KB/database/MySQLCrystal.aspx
Srikanth V M
2009-08-11 09:47:51
+1
A:
You need add reference to Mysql.Data.dll. Put the dll in Bin folder and right click - add reference. its sample.
Fabio
2010-04-29 14:53:37