On Wed, 22 May 2013 12:23:12 -0700 "Kevin Keigwin" <ke...@bigkahunatech.com> wrote:
> What I don't understand is why the database is so forgiving of dates > being saved, while the SQLiteDataAdapter isn't. As Simon said, "SQLite doesn't have a DateTime type." As far as SQLite is concerned, your datestring is a string, not a date. You have the option to use a CHECK constraint to restrict the column to valid date strings. HTH. --jkl _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users