Can I use huge database MS Sql 2012 in Android application easily? -


We are using SQL 2012 with Windows software. Now we need a mobile application to access this data, this can be a very large amount of data, can we easily use SQL Server on Android applications.

First of all, you need to decide what the data will be like? Is it being accessed through the web or staying on the phone locally?

If it is being accessed through the web, then you will need to put this data on the web server and create an API to use the ASP. Can use Net Web API or even use simple PHP with that (I'm not sure how good PHP works with SQL Server databases). Mobile API will call the API to get data.

If this device is to remain in, then you really should use simulatias because it is very light and has good native support in both Android and iOS. / P>


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -