Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help working around single quote in string
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01454787
Message ID:
01454841
Views:
28
It should be STRTRAN
lcUpdateString = STRTRAN(lcUpdateString, ['], [''])
>
>>A simple fix is to double a single quote as you would do in SQL Server
>>
>>lcUpdateString = CHRTRAN(lcUpdateString, ['], [''])
>>
>>
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform