Access MySQL MonoTouch Database

Is there a MySQL provider compatible with MonoTouch for iOS?

Can a Mono provider for MySQL database be used with MonoTouch?

+4
source share
1 answer

No, there is no compatible MySQL provider MonoTouch due to the missing functionality of System.Data ( http://bit.ly/HlKN71 ).

IMHO, it is good that there is only a local Sqlite provider. Just do something like REST between your database and mobile app to do this.

+1
source

All Articles