Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to properly set up a view?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How to properly set up a view?
Miscellaneous
Thread ID:
00542603
Message ID:
00542603
Views:
44
I need to use a view with a lot of tables. For various reason but mostly
because relations are needed to be displayed in a grid, which at least in
vfp5 doesn't work well. I'll simplify for my example.

parent child
---------------------
Order orderdet
orderdet prodcode
orderdet prodname
orderdet prodtype

Here's what I have done...

View1 -> order
view2 -> orderdet, prodcode, prodname, prodtype

Then view1 relates to view2.

But I'm wondering if the view should be...

view1 -> order, orderdet, prodcode, prodname, prodtype

...and do away with the relation.

I will be appending records to the view and updating the tables.

Which is the better way to do it?
Next
Reply
Map
View

Click here to load this message in the networking platform