Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to upload a single quote
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00724948
Message ID:
00724957
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
From what I have read, you would put two single quotes:

UPDATE Distributor SET last_name = 'GALLANT' ,
first_name = 'DARYL' , middle_name = '' ,
company_name = 'TWO G''S INC.'
WHERE dar = '1261'


You could substitute your AllTrim(Evaluate(field)) With
StrTran(AllTrim(Evaluate(field)),"'","''")

Let me know if this works.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform