I have a Sql Server Compact Edition (3.1) database with a Column named
Timestamp, defined as a datatime data type. If I enter a value like
DD/MM/YYYY hh:mm:ss ( 07/09/2007 12:25:15) it removes the seconds and the
value is 07/09/2007 12:25
"<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote in message
What do you mean by "field"? Show us the code you're currently using to
display the time.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
I have a field defined as a datetime but it will not let me display
seconds only minutes?