yes it is. tracked down the bug to where I was setting the session date.
<cfset searchdatestart = "#form.searchyearstart#-#form.searchmonthstart#-#form.searchdaystart#"> <cfset session.searchdatestart = CreateODBCDate(variables.searchdatestart)> the seconf line had a DateFormat in it, which seemed to be causing the problem. thanks for the help Ian W ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 3:51 PM Subject: Re: [ cf-dev ] syntax error... > is it not being treated as a text string now? > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
