Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disapearing View
Message
De
17/01/2000 09:37:27
 
 
À
17/01/2000 09:27:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00318921
Message ID:
00318936
Vues:
19
>The View deffinition was destroyed. I think my real question is, how can I bring these free tables into a DBC for this application and be certain that they will remain available to other applications. I've had trouble with that in the past. They unexpectedly appear to be exclusive to the other applications.
>

You can programmatically do a CREATE SQL VIEW on the fly if necessary.

>Also since the SQL builder rairly produces code that actually works, how can I edit the code in a view? Is there a trick?

The generated SQL code is stored in the .DBC; you can always go in after the fact and edit the code by hand and recompile the .DBC. Since the View Builder is very limited compared to the overall capability of the underlying language, there's a lotr of incentive to mov3 away from reliance on the relatively easy but lightweight tool you're using now.

You might try using something else to maintain your .DBC; Erik Moore's eView is an excellent substitute with a great deal more functionality and reliability than the native VFP View Builder. And as mentioned, you can add a view via code as necessary. A tool like Stonefield's SDT makes it relatively painless to send out updated views just by sending out updated metadata files and applying them on the fly at client sites
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform