Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding rows to a view
Message
From
27/09/1999 10:29:53
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00269313
Message ID:
00269320
Views:
22
Use your view,
APPEND or INSERT INTO your view,
TABLEUPDATE() your view.

No need to manipulate the base table. Indeed, that is exactly what you don't want to do. :)

>what is the proper technique for adding rows to a view? say the view is a simple one that only has one updatable table.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform