macromedia.coldfusion.database_access
[Top] [All Lists]

Re: Different result from same SQL statement

Subject: Re: Different result from same SQL statement
From: Ian Skinner <iskinner@xxxxxxxxxxx>
Date: Wed, 23 Jan 2008 09:32:27 -0800
Newsgroups: macromedia.coldfusion.database_access


Anthony Spears wrote:
I got back records when I took out the AND (h.lu_date BETWEEN '05/01/07' AND 
'06/01/07').

Does this give you any more clues??

Thanks in advance.

What happens if you tell your systems those strings are dates?

... BETWEEN <cfqueryparam value="05/01/07" cfsqltype="cf_sql_date"> AND ...

<Prev in Thread] Current Thread [Next in Thread>