Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble updating a view
Message
From
08/03/2002 11:46:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Trouble updating a view
Miscellaneous
Thread ID:
00630257
Message ID:
00630257
Views:
56
I have created a view in code using 'Create SQL View' that includes a master table and 4 other child tables. The child tables are all left outer joined to the master table (Master table is on the left). I've allowed the fields in the master table to be updated using DBSetProp(). The problem arises after a new record is appended to the view. When the record pointer moves in the view the following error occures:

'Cannot insert an empty row from a view into its base table(s)'

Before the record pointer moves there is data in one of the fields in the master table. But it prevents the appended record from be updated to the base table. Also, I do not want to add a record to any of the child tables when the a record is appended to the master table.
Next
Reply
Map
View

Click here to load this message in the networking platform