Good Shutdown Mechanism

  • Thread starter Thread starter Derek Hart
  • Start date Start date
D

Derek Hart

I send a database out to a client, and I need a good methodology for a shut
down mechanism. I thought about simply using an encryption algorithm to
encrypt/descrypt a date, and then require an encrypted password to enter a
new date into the system. Any good ideas on this? I am using SQL Server
with a dotnet program.

Derek
 
Hello Derek,

"shut down mechanism" of what?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

DH> I send a database out to a client, and I need a good methodology for
DH> a shut down mechanism. I thought about simply using an encryption
DH> algorithm to encrypt/descrypt a date, and then require an encrypted
DH> password to enter a new date into the system. Any good ideas on
DH> this? I am using SQL Server with a dotnet program.
DH>
DH> Derek
DH>
 
Back
Top