You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the old repository, there are some mysql related classes, but they are gone in this repo.
Is this the reason why the old mysql example not working any more?
We will have to add support for MySQL. In the mean time, perhaps the ODBC or OLEDB providers will work, if MySQL supports these technologies.
If you want to help, read the wiki for code guidelines, and follow the examples of the existing providers. You have to inherit the Database and DatabaseData classes, and implement the functionality of this RDBMS.
I followed the example of EnterpriseLibrary.Test.MySq from the old repository, but could not get it work.
What's current way of connect with mysql?
The text was updated successfully, but these errors were encountered: