Answered
Updating Dates w/CFQUERY
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:
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:
