You may have to rewrite the function so that it's a stored proc that uses a ref cursor for the return result, which you can then get with cfstoredproc.
On 3/29/07, James Blaha <[EMAIL PROTECTED]> wrote: > Deanna > > I tried that. Is is a odd function in oracle 9i and above you can return > recordsets in function calls. This function call actually return bascially 3 > columns of data with 1 or more possible rows of data. Its kind of like > putting a table in a database field. > > Error Executing Database Query. > [Macromedia][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: > expected -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274081 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

