M
Mario T. Lanza
Greetings,
I am developing an app that utilizes a custom internet-based
replication process. Every record in my database has a DateAdded and
DateUpdated column to facilitate this. There are many satellite
locations and one master home office location whose database is
considered the master database.
I haven't run into any major issues yet. To further guarantee that I
will not, I want to have all satellites periodically via a web service
request the home office location's clock time.
Getting the home office clock time is easy -- I'll just use
DateTime.Now.
Once a satellite location acquires this info I need to update the
satellite machine's clock time. What is the .NET command for doing
this? I suspect the difficult of my finding this command deals with a
security issue...
Mario T. Lanza
Clarity Information Architecture, Inc.
I am developing an app that utilizes a custom internet-based
replication process. Every record in my database has a DateAdded and
DateUpdated column to facilitate this. There are many satellite
locations and one master home office location whose database is
considered the master database.
I haven't run into any major issues yet. To further guarantee that I
will not, I want to have all satellites periodically via a web service
request the home office location's clock time.
Getting the home office clock time is easy -- I'll just use
DateTime.Now.
Once a satellite location acquires this info I need to update the
satellite machine's clock time. What is the .NET command for doing
this? I suspect the difficult of my finding this command deals with a
security issue...
Mario T. Lanza
Clarity Information Architecture, Inc.