Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert into a remote view doesn't work
Message
De
19/12/2003 13:20:23
 
 
À
19/12/2003 11:19:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00860702
Message ID:
00860752
Vues:
20
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform