R
Ron Harter
I have a column in a table that is defined as type Time(7). When I get the
table into a dataset and try and retrieve the column containing the time I
get an exception. I am trying to put in a DateTime structure
evt.StartTime = dr.Field<DateTime>(4);
The code throughs an exception. How do I get the info from the DS?
table into a dataset and try and retrieve the column containing the time I
get an exception. I am trying to put in a DateTime structure
evt.StartTime = dr.Field<DateTime>(4);
The code throughs an exception. How do I get the info from the DS?