Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updatable view
Message
 
To
11/01/1999 10:11:02
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00174649
Message ID:
00175358
Views:
25
>Hello:
>I am trying to use an updatable view with a left join. I have
>two tables-PErsonel, address. I am left joining address on personl
>so I will have null records in my view -when
>someone from personel doesn't have a record in address.
>--YOu can't update the view b/c it won't automically
>insert a record into address-it says" update conflict"--
>Solution???

My rule is to update only one table at a time. Of course, I join data from several tables in views, no problem to that,
but I put only the "main" table fields as "updatable", and of course, the primary key as "key".

José
Previous
Reply
Map
View

Click here to load this message in the networking platform