Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

We found out Mysql odbc connector is released under gplv2 license. We have a commercial application (in c#) that connects to mysql (using Mysql.data) so we are supposed not to use mysql odbc connector because we would have to release our source code.

How can I connect to MySQL usign a method that does not involve using a gplv2 connector in order we dont have to publish our source code under the same license ?

share|improve this question

My employer, CData Software makes an ODBC Driver for MySQL: http://www.cdata.com/drivers/mysql/odbc/

Since you're working in C#, you might also want to take a look at our ADO.NET Provider for MySQL: http://www.cdata.com/drivers/mysql/ado/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.