PC Review


Reply
Thread Tools Rate Thread

Saving Data to a Disconnected (Temporarily Unreachable) Database

 
 
Charles
Guest
Posts: n/a
 
      23rd May 2009
We have a process (a Windows application) that receives data over the
network. After a couple of validity checks, the data must be saved to a
table in a SQL Server 2005 database. This is fine when the database is up,
and reachable, but if it is unreachable for a short time we still need to be
able to save the data in the table.

Obviously, we can't actually save the data to the table while the database
is down, so some mechanism needs to be employed to cache the data until the
database comes back, and then save it when it next can.

This seems like something that might be commonly required, so I wonder if
there is a tried and tested technique that I could employ?

TIA

Charles


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving Data to a Disconnected (Temporarily Unreachable) Database Charles Microsoft Dot NET 35 5th Jun 2009 05:33 PM
Adding data columns to a disconnected database canoewhiteh2o Microsoft C# .NET 2 6th Jan 2008 03:36 PM
Temporarily saving data from several pages. =?Utf-8?B?Vk1J?= Microsoft C# .NET 1 21st Aug 2006 09:09 PM
saving data from a form in one database into another database chummy via AccessMonster.com Microsoft Access Form Coding 1 24th May 2006 05:00 PM
saving data in the database Raymond Lewallen Microsoft ASP .NET 5 17th Mar 2004 05:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:51 AM.