Leo,
I get the same message when using dataAdapter.fill(). While I couldn't solve it properly, i used CREATE TABLE (myDatetimeField TEXT) instead. But it translates time to my timezone (dd/mm/yyyy hh:mm:ss) so i cannot sort on this field.
Thus far, i just managed to avoid a program crash
What about raising a bug report ? Fact is dataAdapter.Fill(table); doesn't reconize datetime properly
In the meantime :
I think about using a dataReader and creating a dataTable by code somehow... i ll check how reader bypasses datetime error ... and post results here