Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert into a remote view doesn't work
Message
From
19/12/2003 13:20:23
 
 
To
19/12/2003 11:19:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00860702
Message ID:
00860752
Views:
21
>I'm having a brain cramp when it comes to inserting new records into a sql server table by using a remote view in VFP8.
>
>Inventory_local is the remote view (it's a local sql server)
>
>Insert Into inventory_local (Catalog) VALUES ('ZD999') gives an error message: cannot insert an empty row from a view into its base table.
>
>Any help would be greatly appreciated! Thanks.

Hi Rixon,

You didn't specify what fields should be sent.
Try CURSORSETPROP("UpdatableFieldList","Catalog").

Thanks,
Aleksey.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform