An "offline" dotnet component to an asp.net web app

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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.


.



Relevant Pages

  • Re: soft code
    ... Exactly how static does an app have to be to be "hard coded"? ... to be set in the database. ... allow users to create and/or adjust interfaces into various systems. ... without the client needing a new application. ...
    (borland.public.delphi.language.objectpascal)
  • Re: soft code
    ... I had looked on the internet for an explanation but could not find ... > app might use an n-tiered approach and allow rules for validating data ... > to be set in the database. ... > without the client needing a new application. ...
    (borland.public.delphi.language.objectpascal)
  • Re: Convert Access application to .NET?
    ... I am learning as I go and the client does not want to ... I had assumed that the instability came from the UI, not the database. ... do you know how Crystal Reports compares to the reports in Access. ... We decided to convert the whole app to .Net. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Getting a users domain from the active directory
    ... I have an application where the client wants AD integration. ... The application is a webservices based app where the desktop client polls a webservice to ... The client wants to only manage accounts via the AD. So if they create a new AD user then the ... app should automatically create a user in the app database. ...
    (microsoft.public.dotnet.general)
  • "AdoOpen failed error" can anybody help me ?
    ... connects with the Database over MDAC. ... but during startup of the client i get following error: ... Retrying to open connection to database due to timeout error ...
    (microsoft.public.data.ado)