I have a procedure that is performing a calculation and returning a amount, how do I store or save that amount and use it in different procedure to perform another calculation
Calculations in Database
Collapse
X
-
Tags: None
-
-
Hi,
maybe I am not understanding this but I would ask why you want to save a derived value - why not just call the first calculation procedure from the second then your data is guaranteed to be an acurate reflection of what is on the database at the time of the query..
Just my thoughts..
Regards PurpleComment
-
-
Thank you all, it worked out perfectly. I tried Purples advice and it was exactly what was needed. Thanks againComment
Comment