Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table not updating
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Table not updating
Divers
Thread ID:
00361855
Message ID:
00361855
Vues:
47
I have a view that is not updating a table. I did set the checkmark send SQL update in update criteria tab. Tableupdate is return a true but it still doesn't update. Here is my code:

r6 = cursorsetprop('sendupdates', .t.,'lv_emparc')
Update lv_emparc set lv_emparc.e_flg1 = 0 where lv_emparc.e_id = .new_id
r1 = tableupdate(.t., .t., 'lv_emparc')

r6 = cursorsetprop('sendupdates', .t.,'lv_kkeysarc')
Update lv_kkeysarc set lv_kkeysarc.k_e_id = new_id where lv_kkeysarc.k_e_id = .old_id
r2 = tableupdate(.t., .t., 'lv_kkeysarc')


Doe's anyone have a clue on this? I do have the view in my dataenvironment. help appreciated

Thanks Nick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform