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 16:26:29
 
 
À
19/12/2003 14:15:25
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:
00860848
Vues:
28
>Yes, the view's fields are updatebable already. Actually, I've now discovered if I close VFP and reopen VFP, the insert shows in SQL. Why would that be?

Do you have a join in this view? If so, the second table is probably listed in the 'tables' property.

Do this...at the command line

USE YourView
? CursorGetProp('Tables')

My guess, more than one is listed. Choose the name of the one you are trying to update and then do:

CursorSetProp('Tables','Tabletoupdate')
USE

Now, see if it works better.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform