Access MySQL Database with SharpDevelop
Many users wrote in the forum asking how connect with MySQL Datadatabases with #D. Look these steps:
- Download the mysql-connector-net-1.0.4 installer;
- Run the installation and make sure that the connector will be installed in the GAC (Global Assembly Cache);
- Create a new Combine;
- In the Project Scout, add the reference of the connector. Look the image.
- Look if the reference is added successfully. Compare with this image.
- Write the "hand code" according the mysql connector help.
Here is an example: mysqlsample.zip
To view only the source code, look this pdf file:
mysqlsample.pdf
For more information about the mysql connector, go to: http://dev.mysql.com/downloads/connector/net/1.0.html
Lecênio Hélio Trein Júnior
28 de março de 2005