The map uses dblookup to call a stored procedure. The .dbl file shows the correct number of parameters in the correct format but it also contains, "Returned status: (-1091) An_output_date_was_of_an_incorrect_format"
The procedure works. It runs from Toad correctly. It has one output parameter.
I put a return statement before all the code in the stored procedure. I got the same error from Mercator.
I changed the map to only pass nulls and a ? for the one output parameter. I got the same error.
The procedure works. It runs from Toad correctly. It has one output parameter.
I put a return statement before all the code in the stored procedure. I got the same error from Mercator.
I changed the map to only pass nulls and a ? for the one output parameter. I got the same error.