SQL Query

I have this sql query which is working in ASP, MS SQL now i am using JSP, MySQL but it is not working. Can anyone tell me why?The date_particular.date is store as a varchar.ORDER BY convert(datetime,date_particular.date,103) ASC
[257 byte] By [yan_er04] at [2007-9-26 22:31:08]
# 1
you can type this SQL in mysql tomake sure that mySQL has a convert() function,
warmcat at 2007-7-4 2:30:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
If MySQL does not have that function, how can i convert a char field to date?
yan_er04 at 2007-7-4 2:30:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...