>Can you try the other stuff I wrote ?  We don't yet have enough information
to figure out what's going wrong.

>Simon.

Sorry, Simon.  I missed what else you wrote because it was embedded in my
original email text.  My error.

And I've discovered the source of the problem by downloading the source code
and debugging the SQLiteDataAdapter.  I had created some test data through
the GUI tool and entered a non-ISO8601 date string.  Because SQLite is so
forgiving when it comes to datatypes, it inserted the value even though it's
not valid.  But when I tried to read it through SQLite.NET, it threw an
exception.

What I don't understand is why the database is so forgiving of dates being
saved, while the SQLiteDataAdapter isn't.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to