I am using datatables to make large changes to my database, however the datatable class is changing the format of the date, so that when i try to access the data i get the classic "String is not a valid DateTime" error.
So i am wondering if there is some SQL that i can use in an INSERT statement to convert the DateTime back to the format it needs to be in to avoid SQLite crashes.
Thanks