c# - How to get access to the MySQL from the Windows Phone? -


i'm trying implement application should data remote mysql server, don't found mysql driver windows phone. have tried google , search here best found solution service on server side provide own api access database. can't use proxy service @ project. there way connect mysql server windows phone application?

no, connecting directly databases not supported. windows phone oriented towards consuming services, preferably rest-like.

you should expose sort of service on server part. security standpoint allowing direct connections insecure.

what web endpoint should is exposing minimum of functionality mobile app. should not give full read or write access database, design endpoints mobile-specific data being exposed through them.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -