Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View from 2 tables like UNION
Message
De
05/12/1998 03:33:34
 
 
À
04/12/1998 05:10:22
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00163996
Message ID:
00164410
Vues:
21
>>Is it possible to make view as follows:?
>>SELECT * FROM table1 ;
>>UNION ;
>>SELECT * FROM table2
>>
>>Where table1 and table2 has identical structure.
>>
>>Giedrius
>Hi Giedrius,
>Yes you could do it just by adding "create sql view myViewName as .." in front. In view designer no way to do it AFAIK. I'm not sure of this but IMHO that would be practically a nonUpdatable view and hence not much different from an editable cursor (except that you could set some properites directly in DBC where for an editable cursor you should redo it on the fly).
>Cetin

Well not really - the way the updateable views are implemented in VFP you can do even worse things like creating a view on one table and updating a completely different one

Arnon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform