I'm dealing with an Oracle stored procedure which is coded to only return it's ref cursor if a lookup function within the procedure verifies that the user has rights to run it. If the user doesn't have the correct rights, a message gets returned *instead*.
I've coded a cfprocparam to handle the message, and a cfprocresult to handle the ref cursor. But, the ref cursor doesn't get returned if the user doesn't have rights to run the procedure. When this happens, I get the following error from the driver: [Macromedia][Oracle JDBC Driver][Oracle]ORA-06502: PL/SQL: numeric or value error: character to number conversion error ORA-06512: at line 1 I'm thinking that this is cuz I've coded for a cfprocresult which isn't returned. Can anyone suggest a way around this issue? This is with CFMX 6.1, using the latest JDBC drivers with Oracle 9.2. Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224517 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

