Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Questions about views
Message
From
04/04/2002 14:38:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Questions about views
Miscellaneous
Thread ID:
00641041
Message ID:
00641041
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform