I'm performing a simple select JDBC query using a CONNX DB driver and the
column names are returned as COMPUTED_COLUMN_1, COMPUTED_COLUMN_2, etc. (i.e.
the ordinal position of the columns requested). The column names can't be
changed by doing "AS columnname" in the SQL statement.

We're running CFMX6 enterprise edition as a J2EE install on JRun4 on Windows
2003 SP1. I tested the same query against a CFMX7 standalone install on the
same platform and it works correctly. However when I install J2EE CFMX7, I get
the screwed up column names again. I installed JRun4 updater 5. I updated the
CF SequeLink drivers from 52 to 54. I updated the DataDirect JDBC drivers to
version 3.4.

So I'm wondering what other differences between the CFMX7 standalone and J2EE
installs could account for this?