An "offline" dotnet component to an asp.net web app
- From: "Tim Zych" <nosapsmafasdfasdf@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 7 Aug 2005 22:33:16 -0700
I have an asp.net web application that I use with an Access data backend. I
want to add a mini-client "offline" DotNet Windows App component in the
event that I don't have an internet connection or maybe for some other
reason.
I envision downloading the data from the online version as needed (say using
a web service) and loading that into the client version.
How should I go about this? Should I store the data as XML and use that as a
database for the client app? I don't want to use Access for the client app
if I don't have to, as the client might not have Access. This begs the
question that if the client has the .Net framework will it have MDAC in
which case I might be able to use Jet independent from Access. But let's
just say it doesn't have MDAC.
Can I use XML as a database? The amount of data I have is small, under 1000
records right now but it might increase to a few thousand over a period of
time. I am the only user of this tool.
Any advice is appreciated.
.
- Prev by Date: Re: Too funny MS ad in Visual Studio Magazine...
- Next by Date: Re: XpBurn bug resolved and some function added...
- Previous by thread: Passing Arrays In & Out of Custom Controls?
- Next by thread: Re: XpBurn bug resolved and some function added...
- Index(es):
Relevant Pages
|