Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a View to the DE on the fly
Message
 
À
28/09/2000 09:42:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00421941
Message ID:
00422071
Vues:
14
>When I try
>
>dodefault()
>CREATE SQL VIEW Test1 AS;
>SELECT * FROM Equip
>
>in the load, or init, or activate I get an error
>no database is loaded or set as default...

Then you are trying to save the view in the database.
You can use this:
Select * From Equip <b>Into Cursor MyCursorName</b>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform