Hi!
I am creating a view which needs to have calculated values.
Before I used functions, stored in the main.prg.
I feel this is not best solution.
Now I overthink to use stored procedures.
What's the opinion in this forum about that?
-Bart
There are arguments for and against stored procedures.
In this case, the main advantage would be that they make the view more self-contained. Since the view and the procedures are in the same physical file, you more or less guarantee that the view will find the calculations it needs.
Interesting to hear what others think.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.