Hi
In Access i can send this query
SELECT myDate
FROM tblDate
ORDER BY cdate(Nz([myDate],"01.01.2100"))
If i try to select this query in classic asp it doesn't work.
"Undefined function 'Nz' in expression."
Is there any workaround?
thanks!
Hi
In Access i can send this query
SELECT myDate
FROM tblDate
ORDER BY cdate(Nz([myDate],"01.01.2100"))
If i try to select this query in classic asp it doesn't work.
"Undefined function 'Nz' in expression."
Is there any workaround?
thanks!