A
AboutJAV
Hi,
I am performing a query on MySQL table which contains two DateTime
fields
Here is my code
string sqlCmd = "SELECT * FROM categories";
OleDbDataAdapter da = nwe OleDbDataAdapter(sqlCmd, this.connection);
DataTable table = new DataTable(TableName);
da.Fill(table);
return table;
When it hits da.Fill(table);
The error is
Parameter name: Year, Month, and Day parameters describe an
unrepresentable DateTime
I am performing a query on MySQL table which contains two DateTime
fields
Here is my code
string sqlCmd = "SELECT * FROM categories";
OleDbDataAdapter da = nwe OleDbDataAdapter(sqlCmd, this.connection);
DataTable table = new DataTable(TableName);
da.Fill(table);
return table;
When it hits da.Fill(table);
The error is
Parameter name: Year, Month, and Day parameters describe an
unrepresentable DateTime