Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using bracket in SQL Select from VFP
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01513057
Message ID:
01513067
Vues:
44
>>>Hi,
>>>
>>>The following SQL Select:
>>>
>>>
>>>select 1 from MyTable where MyField = [TEST1] and PK_FLD <> 0
>>>
>>>
>>>works in VFP. But when sending this SQL select to SQL Server I get error:
>>>
>>>Invalid column 'TEST1'
>>>
>>>Should I replace the brackets?
>>
>>Yes. Strings should be enclosed in single quotes. In SQL Server only [] will mean field name, as well as double quotes.
>
>The reason I used the brackets is a way to deal with an apostrophe in the entry. For example, if the entry is "O'Connell" I get error. So with the bracket there is no error (in VFP). What do you do for these cases (apostrophe in entry) in SQL?

You need to double the apostrophe or use parameter (preferred method).
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform