Vmazur,
i only must configured the regional settings in the client pC Basically i have a web page to input a begin date/end date, any date that begin with 01,02,03(dd/mm/yyyy) p.e. 01/06/2006 become an the error above, Otherwise if the date is like this (10/06/2006 and 27/06/2006) the application is no has any mistake.
the language setting in the sql is (m/d/y), the language in my country is (dd/mm/yyyy). In the environment producction the sql language is (m/d/y) and the application is working very well inputing the date in the format (dd/mm/yyyy). The sql language int the environment test is confured like the production environment.
Environment Production:
Win 2003 server Sp1, Sql 2000 Standard Edition SP4, framework 1.1, IIS 6.0
Environment Test:
Win Xp SP2, Sql 2000 Personal Edition SP2, Framework 1.1, IIS 5.1
I hope this information help you to understand my problems with the SqlDatetime overflow.
Thanks for all!
|