imstillatwork
IS-IT--Management
Hell...o
the code i am using works perfect on our dev server (MX7, mysql 4.1) but not on our crystaltech server... mx7, mysql 4.1x
here is the error
I don't know where to begin. the query object 'qOutput' is fine, and is a query with several rows.
I don't get why it works on one server and not the other... any insight to this error???
Kevin
the code i am using works perfect on our dev server (MX7, mysql 4.1) but not on our crystaltech server... mx7, mysql 4.1x
here is the error
Code:
Query Of Queries runtime error.
Query Of Queries runtime error.
Unsupported Cast Excpetion: Casting to type "NULL" is unsupported.
The error occurred in D:\Inetpub\watg\com\content.cfc: line 135
Called from D:\Inetpub\watg\templates\pages\view_projects_by_region.cfm: line 11
Called from D:\Inetpub\watg\index.cfm: line 2
133 : </cfoutput>
134 :
135 : <cfquery dbtype="query" name="qData">
136 : SELECT * FROM qOutput
137 : </cfquery>
I don't know where to begin. the query object 'qOutput' is fine, and is a query with several rows.
I don't get why it works on one server and not the other... any insight to this error???
Kevin