Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with Update - SQL
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00497606
Message ID:
00497609
Vues:
10
Hmmm... I guess VFP is getting confused and thinking THISFORM is a table alias.

What if you put parentheses around thisform.firstname_txt.value:
update employeemain set firstname = <b>(</b>thisform.firstname_txt.value<b>)</b>;
where employeeId = thisform.employeeId_txt.value
Does that help?

--Brad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform