Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Order as a field in SQLUpade
Message
De
30/04/2008 00:49:59
 
 
À
29/04/2008 21:43:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01314085
Message ID:
01314096
Vues:
8
>I do not remember how to use a reserved word, such as Order, in a SQLUpdate command. I am trying to do this:
>
>
>UPDATE ForumCli SET Enabled=?,Order=?,NewMes=?,Expand=? WHERE Numero=?
>
Prefix it with the table alias:
UPDATE ForumCli SET Enabled=?,ForumCli.Order=?,NewMes=?,Expand=? WHERE Numero=?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform