Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting record into tables via view
Message
From
03/06/2002 10:23:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Inserting record into tables via view
Miscellaneous
Thread ID:
00664052
Message ID:
00664052
Views:
55
Hi
I got a table in which I add different types of products. All the products have several fields in common and some which are not. The fields which are not compatible between the products are stored in different tables. For each type of product there is a special form for adding, deleting and updating records.
My problem is as follows: in every form I use a view to show the records in a
grid ( I got to Do it this way as I got to select several records) this view is conformed by the two tables in which the data is scattered. So, my problem would be how I can add records to both tables through this view, whether when I insert a new record or decide to save The changes. Another problem that I got is that both tables got to be related by the field 'Key' which is added by user.
What is the best way to address this type of problem?

Thanks very much in advance
Next
Reply
Map
View

Click here to load this message in the networking platform