LGPL c# connector

Hello, I'm working with MariaDB, and I have to make it with ODBC driver, and connect with visual studio (system.data.obc)

there is a connector .net or c# available (LGPL (not mysql.connector))?

thanks a lot for your time. :)

Answer Answered by B W in this comment.

perhaps MySqlConnector (https://mysql-net.github.io/MySqlConnector/)

An alternative it the commercial dotConnect for MySQL from devart (https://www.devart.com/dotconnect/mysql/) can be a lot cheaper then the official MySQL connector (GP) which seem to be very expensive in use in some situations.

Haven't tried any of them yet, but would be very interested to hear from other who did? :-)

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.