I am using ver 3.4.6 of DOA with Delphi 6 and Oracle 8i. I have a midas application that executes a stored application. The stored procedure does not return any rows, I only use the values from the output parameters. I manually called fetch params via the right click and set the output parameters to ptOutput. I can call the stored procedure 1 time with the execute command. When I attempt to call execute the procedure a second time I get a message that indicates the my input parameter was not found. I am not calling fetchparams in code anywhere.