Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should I get rid of the calculated fields?
Message
 
 
À
21/05/2015 16:40:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01620058
Message ID:
01620065
Vues:
37
>>Hi,
>>
>>I have a field in the Parts Table that stores quantity of items on order. This field is updated by the application when user posts purchase orders and then the qty is reduced when qty is received. But I get, quite of few times, that the value in the field does not match the actual on-order quantity. Probably somewhere the code is missing to make correct updates.
>>
>>Do you think it would be better to calculate this value "on-the-fly" instead of relying on the program updating it?
>
>If the current calculated field is inaccurate, then it needs to be fixed. Removing them is one approach. Potential downsides to doing that:
>
>- have to rework all queries that use(d) the calculated fields - app queries, reports etc.
>- queries can be simpler if you have reliable calculated fields
>- performance can be better with calculated fields
>- some apps use "hidden" calculated fields that aren't queried from the app, for audit purposes. In that case it's probably a bad idea to delete them
>
>OTOH if you want to keep the calculated fields but make them accurate, you have some debugging and code updating to do. This can be challenging if it's not a well-divided n-tier app.
>
>In practice I never use calculated fields unless the client specifically asks for them.

Thank you. All valid points.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform