P
Peter Royle
Canyone tell me how I can get SQLServerCE to recognise the dates I am
passing to it from VB.NET? I get the date using now() and pass it into
a query on my PocketPC, which has its locale set to English (UK) -
DD/MM/YYYY, but it will only accept dates that can be interpreted as
US - style: MM/DD/YYYY. So Nov 12th is OK, but Nov 13th causes an
error.
Using System.Globalization.CultureInfo doesn't seem to help.
Do I have to convert it to a string, and abandon any attempt to use a
date field? This is possible, but an unbelievable pain.
How do we convince Microsoft that there are other countries than the
US out there??
Peter Royle
passing to it from VB.NET? I get the date using now() and pass it into
a query on my PocketPC, which has its locale set to English (UK) -
DD/MM/YYYY, but it will only accept dates that can be interpreted as
US - style: MM/DD/YYYY. So Nov 12th is OK, but Nov 13th causes an
error.
Using System.Globalization.CultureInfo doesn't seem to help.
Do I have to convert it to a string, and abandon any attempt to use a
date field? This is possible, but an unbelievable pain.
How do we convince Microsoft that there are other countries than the
US out there??
Peter Royle