Phantom cfquery column
Here's a unique one. My only SQL statement on this page is:
<cfquery datasource="#session.mix#" >
Update Status SET
AuthToken = '#Results.Auth_Token#',
AuthTokenExpire = #AuthExpire#
Where FID = '#key.FID#'
</cfquery>When I execute it I get:
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid column name 'NorthStatus'.
The variable NorthStatus doesn't appear anywhere in the code for this page. I've RDP to the server and checked the code there too. It doesn't appear in the SQL table. It's a column that was long ago deleted from the table. If I update the SQL table and add a column NorthStatus the page runs fine and nothing ever changes in the column NorthStatus. Yes, it's a workaround but it makes zero sense. I've rebooted both the SQL server and CF server just for kicks.
Anybody got a clue?
Gary
