I am using CFServer4.5, CFStudio4.5.2 & Oracle8i.
My problem is that I have a stored procedure that runs perfectly when the one and only param is 23 chars or less. As soon as I try pass a larger param, from a calling cfm, CF Server has trouble bringing up the action cfm the storeproc resides in. I have check the size of the fields in my cfm's and my 8i database and they are the same. I have set a maxlength on the param equal to the db field size. I have no idea what could be causing this. Does CF have a problem with params over a certain size using the <CFSTOREDPROC> tag?
My problem is that I have a stored procedure that runs perfectly when the one and only param is 23 chars or less. As soon as I try pass a larger param, from a calling cfm, CF Server has trouble bringing up the action cfm the storeproc resides in. I have check the size of the fields in my cfm's and my 8i database and they are the same. I have set a maxlength on the param equal to the db field size. I have no idea what could be causing this. Does CF have a problem with params over a certain size using the <CFSTOREDPROC> tag?