Why would a TableAdapter populate a DataSet with "1/1/2000" for an entire timestamp column?
- by Rob
I have a TableAdapter filling a DataSet, and for some reason every select query populates my timestamp column with the value 1/1/2000 for every selected row.
I first verified that original values are intact on the DB side; for the most part, they are, although it seems a few rows lost their original timestamp because of update queries performed…