8 Replies Latest reply: Sep 23, 2008 4:35 AM by kodemonki RSS

    Updating Dates w/CFQUERY

    kodemonki Community Member
      I have a query that gets an enrollment id, term months and a launch date (of type date) from Oracle 8i. I'm trying to update a different table using CF 4.5

      When I use CFQUERYPARAM I get CFQUERYPARAM data conversion error. When I use add_months() I get an invalid column name error.

      I just want to update effective_end_date to term_months after launch.

      Please help, thanks!

      Here are ways I have tried it: