I experienced very very similar problems with Oracle & calling the stored procedures. And as Doug mentioned, making sure you pass in/out all of the correct variables is paramount. Remember, CF has a problem with naming the parameters in a stored procedure call. You have to make sure that you pass the variables in in the correct order that the package/stored procedure expects them in. If you pass them in out of order, say, passing in a string when it expects a numeric, it doesn't matter if you 'named' the variable, it won't work.
========================================================= Kansas City ColdFusion User Group's website & listserv is hosted through the generous support of Clickdoug.com To send email to the list, email [EMAIL PROTECTED] To (un)subscribe, email [EMAIL PROTECTED] with your request. For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. ======================================================
