PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
RE: Architecture Question
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
RE: Architecture Question
![]() |
RE: Architecture Question |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi Randy,
It is common to use SQL CE to hold the data so that the application is still usable in case there are connection problems to the server. It provides an offline solution which is ideal for most business applications. Typically, you would use your web service to refresh or obtain updates to your data, or send new data back to the server, but essenitally all the info that the user needs to see should be stored on your SQL CE database. Regards, Winston www.Augen.co.nz "rmedcalf" wrote: > > Hi, > I am still fairly new to developing apps for the ppc but I'm working on > this app and came across an interesting question. > > The short story is: the app needs to access about 5,000 data records to > be of any use. I have the option of using a webservice to provide the > data to the ppc (through some sort of filtering mechanism) or spawning > a separate thread and downloading the data into a SQL CE database > (which takes between 5 and 10 mins) and then providing a filtering > mechanism. > > If I choose the webservice, this obviously requires a constant > connection - which apparently from the resources I've seen most of the > ppc devices have that built in. That might make this the best option. > The only reason I'm considering downloading the data to SQL CE is just > in case the user doesnt have a valid internet connection, the app could > still be utilized. > > Is this a legitimate concern? Or is the industry standard thinking the > devices should always have an internet connection? > > Thanks, > > Randy > > > -- > rmedcalf > ------------------------------------------------------------------------ > rmedcalf's Profile: http://www.hightechtalks.com/m717 > View this thread: http://www.hightechtalks.com/t2331110 > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

