Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Order as a field in SQLUpade
Message
De
30/04/2008 12:35:02
 
 
À
30/04/2008 08:30:22
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:
01314251
Vues:
8
>>VFP SQL Update command correct?
>
>Yes
CREATE TABLE Temp10 (Order c(1))
INSERT INTO Temp10 (Order) VALUES ("A")
INSERT INTO Temp10 (Order) VALUES ("A")
INSERT INTO Temp10 (Order) VALUES ("A")
UPDATE Temp10 SET Temp10.Order = "B"
RETURN
Generates no errors for me. Probably best that you renamed the field, reserved words as field names are a pain in the long run.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform