actually coding does not create problem for me
coding changes system date format when the
programe start (if the system date format is mm/dd/yy
and i start my progrmame them when i look into control
panel system dates changes in dd/mm/yy)
but date format does not take effect in sql server until
i restart my progrmae.
for e-g
my system date format (set from control panel) is
mm.dd.yy when i start my programe then if i look
into control panel for date foramat its changes into
dd.mm.yy but still my programe give error
"unrecognized date format"
but if i close my programe and restart its its work fine
why?
coding of change system date format is the same
which i made a Snippet
"change system date format"
you can see it on a snippet
QUOTE(PsychoCoder @ 8 Jan, 2008 - 12:38 PM)

You need to show us the code that is causing you the problems, please use code tags when posting your code (

) that makes things much neater and easier for us to read. But without seeing the code its hard to troubleshoot something we cannot see
