Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Order as a field in SQLUpade
Message
From
30/04/2008 00:49:59
 
 
To
29/04/2008 21:43:28
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:
01314096
Views:
7
>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=?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform