Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using bracket in SQL Select from VFP
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01513057
Message ID:
01513079
Views:
74
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform