It will be a little bit more complicated. Basically you have two options:
- Download the complete db file from the server each time and execute the required queries locally. How big is your database?
- Let the server run the queries and send the results to the device.
You can also try to use a shared folder on the server and access it in the same way you access a local db (I guess that it will not work, but it worth a try).
|