Thread: SQLite Viewer
View Single Post
  #3 (permalink)  
Old 06-15-2008, 04:40 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 2,964
Default

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).
Reply With Quote