AtomicChip
Programmer
I know this is a stupid question, but...
All I want to do is insert a time (hh:mm) into the database field (datatype=datetime). I've tried using String.Format, but no matter how I try dumping the data into the database, the database (SQL2000) keeps prefixing the time with 1/1/1900. How do I get rid of this? -----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
All I want to do is insert a time (hh:mm) into the database field (datatype=datetime). I've tried using String.Format, but no matter how I try dumping the data into the database, the database (SQL2000) keeps prefixing the time with 1/1/1900. How do I get rid of this? -----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy