Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Questions about views
Message
De
04/04/2002 14:38:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Questions about views
Divers
Thread ID:
00641041
Message ID:
00641041
Vues:
49
Hi!


I got several question on views

Let's say I have defined my view like this:

create sql view myview as select * from DB!Father ;
where id<=?cid;
union all;
select * from DB!sons where id=?cId

it works, but I want to show the records ordered by the field Id.
How can I do that?

How can I modify or establish certain settings or features for
this view when I can't open the view designer?

In case I want to insert records by this view, how can I define in
what table I am inserting the data? how do you handle these cases?

Thanks in advance
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform