try to dump query "docQry" chk if it is returning any row.
On Wed, Sep 26, 2012 at 6:50 PM, Chad Baloga <[email protected]> wrote:

>
> I am try to run a query of queries to order a query I create on the fly.
> On DEV I do not get an error.  On PROD I am getting:
>
> "The system has attempted to use an undefined value, which usually
> indicates a programming error, either in your code or some system code.
>
> Null Pointers are another name for undefined values."
>
> My Code:
> <cfquery name="docQryReordered" dbtype="query">
>    SELECT * FROM docQry ORDER BY sysModule
> </cfquery>
>
> If I take the ORDER BY out, I still get the error.
>
> Any suggestions?
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352766
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to