Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Order as a field in SQLUpade
Message
From
30/04/2008 12:35:02
 
 
To
30/04/2008 08:30:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01314085
Message ID:
01314251
Views:
7
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform