I recently made an update to a table and start receiving a weird error:
even though the SQL hadn't changed and I had only added a column to the database. Well, it turns out that cfqueryparam and ColdFusion do some weird caching that was causing the error. If changed the query (i.e. change the order of the WHERE statements (which didn't change the results)), the error went away.
Truly a weird error.
Comments
There are no comments for this entry.
[Add Comment] [Subscribe to Comments]