Hi All,
I need help with this wee problem
This works in access 2000 query designer:
but when i use the same sql in asp, it gives me:
Microsoft JET Database Engine error '80040e14'
undefined function 'weekdayname' in expression
is there any way to make the weekdayname function work or maybe an alternative?
cheers
alan
I need help with this wee problem
This works in access 2000 query designer:
Code:
SELECT weekdayname(Duration.StartDay) as [start],weekdayname(Duration.EndDay) as [end] FROM Duration;
but when i use the same sql in asp, it gives me:
Microsoft JET Database Engine error '80040e14'
undefined function 'weekdayname' in expression
is there any way to make the weekdayname function work or maybe an alternative?
cheers
alan