EnterpriseLibrary / data-access-application-block

Apache License 2.0
18 stars 18 forks source link

Mysql support #52

Open hatzhang opened 1 year ago

hatzhang commented 1 year ago

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?

hatzhang commented 1 year ago

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?

tsahi commented 1 year ago

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.