Visual Studio 2013 doesn't support MYSQL -


I made an application in the VS 2010 run on MSLL, the customer will download this program and will create its own MYSQL database . Now when I VS 2013 I can not get it to work again. Unless I include all these Dll files:

I have 3 questions:

Is it no longer supported?

Is there a better local database type that I can use instead, which does not require additional DLL?

Do I have to send these DLLs every time, when I update my application? MySQL was originally not supported by the basic framework, you must install mysql conector to get full access. Mysql or you can use the ODBC but it will actually slow down.

If you want Compacto Local DB, then the skylite is very good for that job.

And to send those DLLs, it depends on how you make your updates, if you have a system that restores your XE and leaves the previous files , This will work, but if you are planning to use an installer, the installer will have it.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -