Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update a table in a database with a view
Message
De
05/06/2007 04:32:40
 
 
À
05/06/2007 04:07:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01230467
Message ID:
01230478
Vues:
23
>Gregory,
>
>Even if I put the line of code you gave to me, it doesn't update...
>
>I also put this code:
>
>=DBSETPROP('view5', 'View', 'WhereType', 1)
>
>but still no changing...
>
>Ron

This works for me
create view ppp as ;
	select j_id, j_desc from Journaal
	
=dbsetprop('ppp'+'.j_id', 'Field', 'Updatable', FALSE)
=dbsetprop('ppp'+'.j_desc', 'Field', 'Updatable', TRUE)
=dbsetprop('ppp'+'.j_id',	'FIELD', 'KeyField', TRUE)
=dbsetprop('ppp', 'VIEW', 'SendUpdates', TRUE)
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform