Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update vs. insert
Message
De
30/07/2001 14:46:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Update vs. insert
Divers
Thread ID:
00537366
Message ID:
00537366
Vues:
42
why does the insert work without errors but the update doesn't?

the error says that 'alias text2 not found'

update customers set company = thisform.text2.value ;
where custno = thisform.text1.value



insert into customers(company) values (thisform.text2.value)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform