UPDATE table and quote in a text

Mark Schonewille m.schonewille at economy-x-talk.com
Sun Feb 17 11:47:08 EST 2008


Hallo Horst,

You could write a function to escape all special characters, but the  
easiest and most reliable way is to encode the data with base64encode 
() before storing it.

Best regards,

Mark Schonewille

--

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Convert colours between different colour spaces with Color Converter.  
Download at http://economy-x-talk.com/cc.html



Op 17-feb-2008, om 17:09 heeft Horst het volgende geschreven:

>
> Holá Mark,
>
> The main question seems to be: How to "include" a textfile for  
> example:
> ..
> put "1234'5'6öä'ioup"#" into mytext ## I know, this text is  
> senseless, but
> never mind, it should be able to be saved
> replace quote with "\" & quote in mytext ## and then, how to  
> replave the '
> ???
> put "UPDATE table set textfile = '" & mytext & "'... into sql_messqage
> revexecutesql (my_ID), sql_message
> put the result  ## shows an SQL-Error message and mytext will not  
> be saved
> ..
>
> best regards and, as usual, a big thank You for answering
>
> Horst
>



More information about the use-livecode mailing list