Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dealing with reserved words
Message
De
07/03/2008 03:20:59
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01299625
Message ID:
01299644
Vues:
10
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform