Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recommended Development tools to interface with SQL Serv
Message
From
25/04/2014 20:05:02
 
 
To
25/04/2014 13:52:42
General information
Forum:
Android
Category:
Other
Miscellaneous
Thread ID:
01599068
Message ID:
01599105
Views:
62
>I need to write an application that can run on an Android device allowing data to be downloaded from a SQL Server 2012 database, updated on the device and then sent back to the SQL Server database.
>
>Does anyone have any experience doing this and can recommend tools to use?


So the device is presumably wirelessly connected to your local network at the beginning of the day, and then the driver leaves and they are no longer connected?

Create a dynamic web page to get the required data and serve it as JSON.

The Android app can easily read the JSON, and store it in its own local database, a SQLite database to be precise (every Android App has its own SQLite database).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform