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:
01513079
Vues:
75
This message has been marked as the solution to the initial question of the thread.
>>You need to double the apostrophe or use parameter (preferred method).
>
>Say the parameter is not applicable and you only have an option of what you call "double the apostrophe." Then user enters "O'Connell", do you mean to search within the entry (before adding it to the SQL Select) and add another single apostrophe as "O''Connell"?

The simplest way is
lcNewSQL = strtran(lcOldSQL,['],['']) && in VFP code.
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