How can I change dateformat in SQLCE?
Hi!
I try to save a date into SQLCE DB.
My dateformat is dd/mm/yyyy, but dateformat of the SQLCE is mm/dd/yyyy.
How can I change the dateformat of the SQLCE?
SQL has a command set dateformat 'dmy', but SQLCE doesn't have it.