Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate on view
Message
From
25/07/2002 11:30:26
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00680591
Message ID:
00682536
Views:
12
Joe-

>For testing (vfp7) I have a table (table buffered) with one char field and one integer field. The integer has a regular index. I create a view of this table, (the view is table buffered) and insert a record into the view.
>The view is updatable. I tableupdate the view after the insert. I then
>edit the same record (without a requery) (I change the char value) in the view and tableupdate again. The newly inserted view record is now marked as deleted. If I take the base table and remove the index from the integer field and repeat this process the record does not get marked deleted. What is going on?

This is the same issue we were talking about last week, right? Since it's related to a primary key, and since updates are done based on primary key, I imagine that updating the view, but not updating the table (since both are buffered, right) is causing the confusion.

I still think you need to resolve the issue of the table not updated before going on with inserting into the view.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform