Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Remoting / January 2005



Tip: Looking for answers? Try searching our database.

Q: Possible? Saving/updating data/recordsets locally for updating the DB later

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
MEnriquez - 20 Jan 2005 17:40 GMT
// begin  "IS THIS POSSIBLE?" statement
#include "dontLaughAtMe.as"
#include "imRelativelyNewToFlash.as"

Hello, all,

Is it possible to locally store dataset or recordset information from a
database over the net to a client machine, AND while offline, make changes to
the dataset?  What about using the edited information to make changes to the DB
when the client machine is online?

The idea is to create distributable Projector files that can act as agents for
a web application, but I can't assume a constant internet connection among
clients.  Moreover, I can assume a greater lack of constant connectivity.

It might sound like an unstable way to manage data, but since the clients will
only be dealing with data pertinent to themselves, it's alright.

Thanks everyone,
Marc
denny1 - 20 Jan 2005 22:59 GMT
Yes, it is possible. I would use the SharedObject class. You could save the
results in a local shared object on the user's machine. Manipulate the shared
object instance via a custom "value object" class, then call your remote
service in an init method that would update the DB per the new shared object
instance.

Dennis
Pete Thomas - 21 Jan 2005 13:37 GMT
As Dennis suggests this could be done using Localobject class however bear in
mind the default storage allowed is 100k you would need to ensure the client
sets significant more than this (flash setting of the player) to work I would
guess.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.