Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Design problem
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Design problem
Miscellaneous
Thread ID:
00344289
Message ID:
00344289
Views:
55
I have a table (orders) that I create a view from that has all records with orders.approved=.f. From this view
I change orders.approved to .t.. However during the approval I want to add notes to the order. The notes
table is in a one to many relationship with orders.

orders.id -> notes.id
notes.message
notes.id
notes.message
notes.id
notes.message

Since notes is not part of the initial view (there are no notes to start with) what is the best way
to get the notes into the notes table? I could create a transaction and insert the notes right into
the notes table but that seems sloppy since I am using a view. How would you pros do it?
Next
Reply
Map
View

Click here to load this message in the networking platform