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:
00725301
Views:
15
Thanks for the reply. It does solve the problem.


>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.
red

Rodney E. Dixon
Mckee Foods Corporation
Collegedale, TN
Previous
Reply
Map
View

Click here to load this message in the networking platform