I'm hoping I'm just doing something very stupid. I have
CF8.01 and SQL Server 2005. I have a simple table for which I
recently added a column, with the default value of NULL. When I do
a query of all fields from within SQL Management Studio the results
include all fields, including the latest column. There are no
errors in SQL Server when I add the column or manually add data.
In CF 8 however, a <cfquery> for all fields in that
table fails to find the new column - I've used CFDump to verify.
The field simply doesn't show up. The query is not cached. No
errors are returned to CF. This should have been a relatively easy
update to my project, but it's turned into a real stumper.
Any ideas or suggestions? Thanks in advance!