I
iforsyth
I have an ASP.NET application where end users essentially can do
database inquiries and minor updates. There are times; however, when
the end users have slow internet connections or no internet
connections at all; which creates a problem with our client/server
model.
I'd like to create the .NET equivalent of a client-side applet that
batch downloads a recordset from the our backend database to the
client's PC and then operates client side only for the database
inquiries/updates. Any changes to the data get posted through a
nightly upload/poll.
A.) Where can I find resources on how to write this type of
application? What technology am I using? Am I essentially writing a
client app in VB.NET? Or is an applet possible through ASP.NET?
B.) How do I store the data client side? Is there a client side
database file I should use? MSDE? What's suitable?
database inquiries and minor updates. There are times; however, when
the end users have slow internet connections or no internet
connections at all; which creates a problem with our client/server
model.
I'd like to create the .NET equivalent of a client-side applet that
batch downloads a recordset from the our backend database to the
client's PC and then operates client side only for the database
inquiries/updates. Any changes to the data get posted through a
nightly upload/poll.
A.) Where can I find resources on how to write this type of
application? What technology am I using? Am I essentially writing a
client app in VB.NET? Or is an applet possible through ASP.NET?
B.) How do I store the data client side? Is there a client side
database file I should use? MSDE? What's suitable?