I have a simple query against an Oracle database that works in CF 5 but
not in CFMX.  In CF 5 I get one record which is what I want, but in CFMX
I don't get any results.  Yet the code is the very same.  How do I fix
this strange behavior?

Here is the query:

<CFQUERY NAME="getmember" DATASOURCE="#DS#">
        SELECT      member
        FROM         login
        WHERE       username = 'test' and password = 'test'
</CFQUERY>

No queries are cached, I even cycled CFMX.  Not sure what is going on.
Any help/advice would be appreciated. 

Thanks!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197864
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to