Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help on opening table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00693255
Message ID:
00695317
Vues:
19
Disregard, I changed my code to:
cmd = "UPDATE tablename SET field1 = somevalue..."
Set RS = DB.Execute( cmd )
from:
RS.fields("field1") = somevalue
...
RS.Update
And tables are updated with no errors. I'm curious to know why I get an error on the latter and the fisrt example works just fine..?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform