Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server - Single and Double quotes
Message
From
28/09/1999 16:18:31
 
 
To
20/09/1999 20:50:22
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00266837
Message ID:
00270206
Views:
28
That may be so but you can't get CHRTRAN to turn a single ' into a double ''

Just wanted to point this out so other people don't waste their time trying to get this to work with CHRTRAN.
>CHRTRAN() is much faster than STRTRAN().
>
>Vlad
>
>>You have two solution available to you. The first is to convert the single single-quote to two single quotes. SQL Server sees this as a literal single quote. You ought to be able to use STRTRAN() to do the convertion:
>>
>>lcDiary = STRTRAN(lcDiary, "'", "''")
>>
>>The second solution involves issuing the SET QUOTED_IDENTIFIER OFF. This will allow SQL Server to receive strings that are delimited by either a single or double quote.
>>
>>-Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform