I have a Mobile app, in which i want to list some data from mysql database which is already there. I am using a third party tool(DXtreme) to develop the app. When i contacted them they told me their tool will not support mysql directly. They given me some idea, but i dont get what they mean, because i am a beginner. They told "create your own data service that manipulate data using mysql. you can connect your application to your service using DataSource or oDataContenxt.Please note that ODataContent is intended only for an OData service". Please help me how can i do it ???
↧