Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Questions about data manipulation
Message
From
21/08/2000 08:30:59
 
 
To
21/08/2000 04:45:21
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00407219
Message ID:
00407253
Views:
16
>What is the most popular method for multi user environment data manip? Direct to table or through a view? What about performance? Cast your vote now!

Never go directly to a table. Views are extremely easy to use, make it easier to move the application to client/server, and help protect your tables from corruption.

>
>No, really. I'm wondering because I was using direct table manipulation, and came across a situation. Namely, one transaction (parent1) can have many products (child1), but one customer (parent2) can have many transactions (child2).
>
>I actually need the transaction to be the parent and the customer to be the child (so when the transaction is selected, the pointer in the customer table is sitting on the right record). I know I can do it with a view, but can't it be done with a table to table relationship? and again, which would be more beneficial?

Again, use a view.


>
>Rodney
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform