I am trying to extract a value from a stored procedure using the data environment. The stored procedure is adding a new record to a table, and i would like a value returned that the stored procedure is generating. I have tried setting the parameter in the data environment to a direction of Output as well as Input/Output, only to get an error message saying the parameters are conflicting with one another. When the direction is set back to input there is no problem adding the record to the table except i cant get back the value i am after. Any help would be apprecitated

Thanks
Simon