Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dealing with reserved words
Message
From
07/03/2008 03:20:59
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01299625
Message ID:
01299644
Views:
9
>You can always use square brackets around table names and fields. That way you don't have to be careful if the field name or table name uses reserved word:
>
>SELECT [Table].[Numero] FROM Table
>
That's what I do for code targeted at SQL Server at the framework level. But, in the client application, I cannot use that because that code is not compliant with VFP.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform