When I try to execute the following lines:
DataSet ds = new DataSet();
ds = execlReader.AsDataSet();
I get the following exception:
Not a legal Ole Aut date
Any ideas?
DataSet ds = new DataSet();
ds = execlReader.AsDataSet();
I get the following exception:
Not a legal Ole Aut date
Any ideas?