Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should I get rid of the calculated fields?
Message
De
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:
01620060
Vues:
54
>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.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform