>Just a shot in the dark here, did you enable that setting in the cf >administrator
I don't have access to CFAdministrator because I'm in a shared hosting environment here where the IT of the University does all the server tasks. What setting needs to be enabled? I can do QofQ, but just not with specified CLOBS, though if I don't specify the CLOBs the fields come through fine. >and have you tried listing the specific fields that are in >fact CLOB/BLOB last in your query? I'm not sure I understand. In this example, my CLOB is "notes". If I do: SELECT meeting_name,type,note_date,type_describe - IT WORKS but SELECT meeting_name,type,note_date,type_describe,notes - IT FAILS (I added notes). but SELECT * - IT WORKS and also exports 'notes' which made it fail before. But it also exports tons of stuff the user shouldn't be able to see. Glad to hear that it might be curable. daniel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278584 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

