Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
Can any body solve this Error when i connect to data base Table showing error like
I Change Given format below
,Convert(Varchar,[Date_Field],103) as Date_Field is it right?
Thanks in Advance
Regards,
Khasim.
Hello, I had a similar problem ...
103 is the code for the date format: DD / MM / YYYY
101 is the code for the date format: MM / DD / YYYY
if the date stored in your database is 101 format and want to convert to 103 you will have a format error.
Test format conversion at 101 ...
I hope to help you, greetings.