Skip to main content
November 8, 2011
Question

does cfinsert take away need for cfqueryparam

  • November 8, 2011
  • 2 replies
  • 621 views

Do cfinsert and cfupdate take away the need for using cfqueryparams ?

    This topic is closed to new replies. Start a new post to keep the conversation going.

    2 replies

    Owainnorth
    Inspiring
    November 8, 2011

    I would purposely *not* use cfupdate and cfinsert because they don't support queryparams.

    Inspiring
    November 8, 2011

    Last time I checked (admittedly this was a number of years ago), CFINSERT and CFUPDATE were not parameterised.  I dunno if they are now.  You're probably in a good position to check for yourself (and report back) I reckon.

    --

    Adam