R
Ron
Parsing a logfile and adding the data to a database results that my DateTime
field looks good while debugging, but when added through OleDB to a Access
table , just the Date is entered not the whole DateTime.
When adding a records by hand to the table and using VS 2003 a preview
DataSet also only reveals the Date. Porting to VS 2005 Beta a previes does
show Date & Time in dd/mm/yy hh:mm (not hh:mm:ss) format.
Loading a Dataset and showing a DataGrid also only shows the Date while
Date+Time show up while in Access.
Does anybody have a clue what I am missing.
Regards
Ron
field looks good while debugging, but when added through OleDB to a Access
table , just the Date is entered not the whole DateTime.
When adding a records by hand to the table and using VS 2003 a preview
DataSet also only reveals the Date. Porting to VS 2005 Beta a previes does
show Date & Time in dd/mm/yy hh:mm (not hh:mm:ss) format.
Loading a Dataset and showing a DataGrid also only shows the Date while
Date+Time show up while in Access.
Does anybody have a clue what I am missing.
Regards
Ron