Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temporary DBCs to store Views - Any comments?
Message
De
07/01/2000 08:08:53
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00314331
Message ID:
00314415
Vues:
24
>We are running a VFP application on a network. We are accessing all the data from the database using local views. Views will be created programmatically during runtime.
>

Firstly, you need to assess why you are doing this (there are some valid reasons, but this is not the normal way). Generally, it is enough to define a few parameterized views and just let them live happily and permanently in a server dbc. Parameterized views, if defined correctly, usually give enough flexibility to allow your app to run without creating any custom ones.

Secondly, if you decide that temporary views IS the way to go, you need to be creating those in a temporary DBC on each users own hard drive, so you don't run into naming conflicts, etc.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform