DateTime not updating time
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I have a field in an Access table that is a Date/Time field but when I insert a new row into the dataset and update the database, the Date information is transfered but the Time information is not...it is set to zeros. Can anyone help??
this.dataSetLog.Log.AddLogRow(System.DateTime.Now, NewExp, ID, SN ); try { this.DataAdapterLog.Update( this.dataSetLog ); }
thanks in advance CJE