PDA

View Full Version : Storing equations


vikas140
Apr 8, 2007, 08:06 AM
how to store math equation in database

ScottGem
Apr 8, 2007, 03:15 PM
First, its not a good idea to piggyback your question in someone else's thread. So I moved it to its own.

Second, can you be more specific? Do you want to store the equation that makes a calc or the result of the calc. What database are you using?

As a general rule, calculated values are NOT stored. The expression used to make the calculation is used to display the results when needed.