E
ed
I read a similar post on the group :
http://groups.google.co.uk/groups?q...F-8&selm=eRvILbWECHA.1548@tkmsftngp05&rnum=15
I'm having a similar problem.
My set up is : windows 2000 sever (all regional settings set to
british / UK)
SQLserver 2000 : (user account has default lang set to british (UK))
..net framework erm... 1.1.4322 i think.
when i run the following sql in the querry anylser it works fine:
SELECT t_reminder.intReminderID,Convert(char(10),t_reminder.dtmReminderDate,103)
FROM t_reminder ORDER BY t_reminder.dtmReminderDate ASC
Put it in as aspx page and i get an error:
Cast from string "30/07/2004" to type 'Date' is not valid.
Using the following command as detailed in the above article:
Response.Write(System.Threading.Thread.CurrentThread.CurrentCulture.EnglishName)
I got English (United States).
I'm tearing my hair out (what little I have) over this.. does any one
have any ideas??
http://groups.google.co.uk/groups?q...F-8&selm=eRvILbWECHA.1548@tkmsftngp05&rnum=15
I'm having a similar problem.
My set up is : windows 2000 sever (all regional settings set to
british / UK)
SQLserver 2000 : (user account has default lang set to british (UK))
..net framework erm... 1.1.4322 i think.
when i run the following sql in the querry anylser it works fine:
SELECT t_reminder.intReminderID,Convert(char(10),t_reminder.dtmReminderDate,103)
FROM t_reminder ORDER BY t_reminder.dtmReminderDate ASC
Put it in as aspx page and i get an error:
Cast from string "30/07/2004" to type 'Date' is not valid.
Using the following command as detailed in the above article:
Response.Write(System.Threading.Thread.CurrentThread.CurrentCulture.EnglishName)
I got English (United States).
I'm tearing my hair out (what little I have) over this.. does any one
have any ideas??