Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where can I find mysql.data.dll for c# [closed]

Tags:

c#

mysql

All I keep on finding are source files for compiling the project myself (which keeps on failing).

Any ideas please?

Thank You!

like image 412
vondip Avatar asked Oct 06 '10 21:10

vondip


People also ask

Where is MySQL data DLL located?

Navigate to the "bin" folder, and select the "MySql. Data. dll" file.

What is MySQL Connectornet?

MySQL Connector/NET enables you to develop . NET applications that require secure, high-performance data connectivity with MySQL. It implements the required ADO.NET interfaces and integrates into ADO. NET-aware tools. You can build applications using your choice of .


2 Answers

Here is where you can download the latest MySql .NET driver for ADO.NET.

Enjoy!

like image 106
Doug Avatar answered Oct 01 '22 03:10

Doug


Connector/Net is a fully-managed ADO.NET driver for MySQL.

like image 38
Christopher Klein Avatar answered Oct 01 '22 02:10

Christopher Klein