Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I have a problem when I insert on my database simple texte, I have " ¿ " character befor the first character , why I have this ?
I extract my file with a tSOAP (getting file name) and get the file with tHttpRequest (url + file name) and i extract the data with tXMLmap and insert in my DB.
On tLogRow I don't have the "¿" but I have it on my DB, do you solved this ?
in tXMLmap,trie to remove the special charters.
in tXMLmap,trie to remove the special charters.
I replacing allready the ' by space, cause in my sql query ' end the query
StringHandling.EREPLACE(row2.html," ' "," ")
How can I using again EREPLACE function ?