A
Andrew Smith
Hi,
I'm bulding SQL Commands with
System.Threading.Thread.CurrentThread.CurrentCulture = cu
String.Format(MSSQLComand, Startdate.ToShortDateString,
EndDate.ToShortDateString)
When I'm running this against an English Database Server this works, how
ever this does not againt an Italian one.
What is best practice to fight this localization issue?
Thanks in advance for any advice
Andrew
I'm bulding SQL Commands with
System.Threading.Thread.CurrentThread.CurrentCulture = cu
String.Format(MSSQLComand, Startdate.ToShortDateString,
EndDate.ToShortDateString)
When I'm running this against an English Database Server this works, how
ever this does not againt an Italian one.
What is best practice to fight this localization issue?
Thanks in advance for any advice
Andrew