Ask a Question related to Coldfusion Database Access, Design and Development.
-
mbrown999 #1
JDBC Query Using CONNX Driver Returning"COMPUTED_COLUMN"
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?
mbrown999 Guest
-
FLV returning different "time" and "duration"
So, I have a strange problem. I am advancing a Flash movie based on when the FLV that is dynamically loaded, is finished playing. I have the... -
cfgrid inside a <cfoutput query="myQuery" group="GROUP">
Is it possible to use a cfgrid inside a cfoutput with a query and a group. When I try do that I get the following error: INVALID_CHARACTER_ERR:... -
"Invalid message format" error from JDBC driver
Hello, all. I have a query that runs perfectly when I run it from pgAdmin3, but bombs when I run it from ColdFusion using the JDBC driver. I'm... -
Microsoft Word printing to "Acrobat Distiller" printer driver
When I print directly to the "Acrobat Distiller" printer from Microsoft Word, the filename that is outputted has a prefix of "Microsoft Word -... -
Websphere session persistence gets "protocol violation" using oracle jdbc driver
Hi, We use oracle (8.1.7) as the session persistence database for our websphere 3.5.4 application server. After 15 min of running a stress test,...



Reply With Quote

