Skip to main content
September 4, 2008
Question

Query help

  • September 4, 2008
  • 1 reply
  • 206 views
I have the following query which works fine on my development server, but returns an error of "too few parameters, expecting 1", when I try to run it on my production host. The problem seems to be with my where statement. Using CF 8.

Thanks in advance for any help.



    This topic has been closed for replies.

    1 reply

    Inspiring
    September 4, 2008
    use single quotes, not double. Better yet, use cfqueryparam.