Re: Assistance with design issue.
- From: "John Timney \(ASP.NET MVP\)" <timneyj@xxxxxxxxxxxxx>
- Date: Thu, 6 Oct 2005 16:30:23 +0100
how about logging it locally instead, and then using a windows service to
periodically update the remote database. As long as the log entry is
timestamped you should have no problem with synchronisation.
--
Regards
John Timney
ASP.NET MVP
Microsoft Regional Director
"Chris" <Chris@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3EA02350-2B0B-45CB-BB4D-DFD049F2FF0E@xxxxxxxxxxxxxxxx
> Hi,
> I have a component that validates data with external parties and then
> return
> the results to the calling webservice. Currently it logs every response to
> a
> darabase on a remote server. The issue I have is that if the database
> server
> is offline it would wouldn't be able to log anything. It is important to
> log
> everything. How would you guys suggest we handle this.
>
> Thanks
>
.
- Prev by Date: re: stop watch using vb.net
- Next by Date: Re: Allowing special characters in a MySql Database
- Previous by thread: Re: How to save PASSWORD in SQL Server with bit or binary type data
- Next by thread: Re: Assistance with design issue.
- Index(es):