Android with MySQL - not working

Error:

Is the android supposed to work with MySQL?

Just in case this is a bug, case: 377978

Can anyone confirm if MySQL is supposed to work with Android or not?

Bump

Have you tried changing build setting from Reduced .Net 2.0, to .Net 2.0? I recall having a similar problem some time on desktop, and I think that solved the problem.

Bug case 377978 is fixed. SQL should work just fine.
Yes, using .NET 2.0 Subset will probably not bring the SQL code so you need to use the full .NET 2.0.
If your SQL database uses an unsupported codepage you need to add a dummy variable to pull in those extra bits. To do so, add this to your .js file:

import I18N.West;
var dummy = typeof(I18N.West.CP850);

Hi
I am using Sqlite database it works on the Unity editor and on the stadlone version but it does not work with android it semms to be not copied on building .
is there any specification with android
please if you have any exemples that turn on android device pass it to me
thanks
best regards