Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Auto Save when Network drops connection

user11993233Sep 27 2010 — edited Sep 29 2010
Hello Gurus,

I have a unique requirement and need some advice. Here it is:

If a user looses network connection and sessions gets dropped, is there a way to save the data so that when he reconnects, he will not have to enter all that info again? Something like an auto save feature in word. Here is my solution :

Have a timer fire every min or so and save the data to temporary tables. Delete the data from temporary tables when user performs actual save. I am little hesitant because of the timer frequently firing and hence the performance. Does a cookie work in this case? Any help is appreciated.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2010
Added on Sep 27 2010
6 comments
817 views