Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxPro DataBase Backend Choices
Message
De
01/01/2002 09:07:17
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00599533
Message ID:
00599565
Vues:
15
IMHO for your POS app with 10-20 concurent users, it is not necessary to use a DataBase server - native FoxPro tables will do the job. VFP is more effecient than some of the current DataBase servers when handling not extra-large amounts of data.
Also you may split your app in two parts - one that is running on the server and will do some of the preprocessing, and other that is running on the client.
Note that this complicated design is NOT a requirement, just an option.

In the other case - you will have shared data files, that you access through the network. Think about making local database containers for the views, if you have performance issues (the last tip is from the book "Visual FoxPro Certification Exams" which you can get by Hentzenwerke publishing)
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform