As Marc already stated, this mailing List doesn't allow attachments.
Please also note that SQLite does not support something like a "Date" Type. See http://www.sqlite.org/datatype3.html <http://www.sqlite.org/datatype3.html#datetime>.
You may store date attributes in a numeric or TEXT format. See http://www.sqlite.org/lang_datefunc.html for more information. Personally, I prefer ISO-Strings since they are human readable without any transformation.
hth regards Gerd _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users