No announcements
Found 2711322 threads
-
0 Votes
How to convert TEXT on XML UTF8
Hello, SQL Server supports only ASCII and Unicode, but not UTF-8; you have to convert the data during export, e.g. with SSIS = Integration Services package.Answered | 1 Replies | 1926 Views | Created by AleKudo - Wednesday, September 18, 2013 12:27 AM | Last reply by Olaf Helper - Wednesday, September 18, 2013 3:50 AM -
0 Votes
How to convert UTF8 to Unicode
You can of course store byte sequences in varchar columns that happen to be UTF8-encoded text.Answered | 12 Replies | 33509 Views | Created by ProgrammerVN - Tuesday, July 31, 2012 11:16 AM | Last reply by SQLZealots - Tuesday, July 31, 2012 2:55 PM -
0 Votes
Convert Ascii text file to UTF8
Encoding inAsciiEncoding = Encoding.ASCII; // Create encoding UTF8.Answered | 9 Replies | 33897 Views | Created by AndySchliewe - Tuesday, December 21, 2010 3:50 PM | Last reply by Mike Dos Zhang - Wednesday, December 29, 2010 3:58 PM -
0 Votes
Convert from CP1252 to UTF8 and viseversa
"So, how I can convert the arabic string to the CP1252 string and vise-versa.Answered | 5 Replies | 10155 Views | Created by Motasim_Albadarneh - Sunday, November 8, 2015 1:23 PM | Last reply by Mike Danes - Monday, November 9, 2015 7:23 AM -
0 Votes
Converting XML to Text (.doc)
> myfile.txt) OR You can use System.IO namespace: Here is the MS tutorial on writing to text file using ...Answered | 4 Replies | 1994 Views | Created by lataylor5 - Thursday, September 22, 2011 6:10 PM | Last reply by CountryStyle - Friday, September 23, 2011 5:44 PM -
0 Votes
How to convert XML to plain indent text?
Hi, It's a snippet for converting a standard XML to indent text saved in a new file.Answered | 5 Replies | 4459 Views | Created by Southbranch - Thursday, February 21, 2013 4:51 PM | Last reply by Aaron Xue - Monday, February 25, 2013 9:07 AM -
0 Votes
Converting type text to xml
Hi rahaba, If I understand correctly, you want to load a csv file with one column contains xml information (about 60000 characters) to SQL Server table with xml ...Answered | 2 Replies | 3025 Views | Created by rahaba - Friday, June 26, 2015 9:28 AM | Last reply by Katherine Xiong - Thursday, July 2, 2015 7:53 AM -
0 Votes
stream xml utf8 data to a HttpWebRequest
If you're dealing with very large XML data, then you'll have to write it out to a temporary file and then stream that over the connection.Answered | 1 Replies | 3212 Views | Created by 00Stu - Tuesday, July 7, 2009 8:23 AM | Last reply by Stephen Cleary - Tuesday, July 7, 2009 12:24 PM -
0 Votes
convert 100 xml files ANSI format to UTF8.So any tools available or URL.please share.
convert 100 xml files ANSI format to UTF8.So any tools available or URL.please share.Answered | 1 Replies | 3148 Views | Created by Niranjan Shetti - Thursday, February 2, 2012 6:04 AM | Last reply by Peter Borremans - Thursday, February 2, 2012 6:38 AM -
4 Votes
how to convert captcha into text?
well Joel i want to extract text from captchas by reading them ..... and them store the text in the form of string...Answered | 10 Replies | 7679 Views | Created by farooq.hnf - Thursday, March 27, 2014 5:33 AM | Last reply by Eyal Solnik - Saturday, April 5, 2014 3:18 PM -
1 Votes
Invalid chars when converting from UTF8 to ANSI or CodePage 936
character)The font used to display the text may not support the Chinese characters (Arial for example).Answered | 1 Replies | 3625 Views | Created by SoccerFan1 - Friday, September 13, 2013 11:38 AM | Last reply by Miles Davies - Friday, September 13, 2013 1:29 PM -
0 Votes
Importing UTF8 text files to SQL is not working
I found that this was problem with UTF8.Answered | 7 Replies | 1055 Views | Created by Vaibhav.Chaudhari - Wednesday, November 30, 2016 10:36 AM | Last reply by Albert_ Zhang - Wednesday, December 28, 2016 9:35 AM -
0 Votes
Converting a text datatype to xml datatype
<doc></doc>' as XML)) best to convertAnswered | 3 Replies | 7283 Views | Created by SelvaKumar Chandrasekar - Tuesday, November 17, 2009 7:35 AM | Last reply by Vankireddy Sreenadha - Tuesday, November 17, 2009 12:11 PM -
5 Votes
How to Convert Video into XML
XML structure could be like this <info> <Message> audio/video/text into ...Answered | 5 Replies | 3247 Views | Created by Faisal Hayat - Tuesday, October 18, 2011 12:00 PM | Last reply by Derek Smyth - Tuesday, October 18, 2011 1:29 PM -
1 Votes
Convert Text file to Xml file
Hello, Not knowing if you have a delimited text file or not here is an example below which shows how to traverse a tab delimted text file to create a ...Answered | 3 Replies | 3972 Views | Created by Begüm ŞEN - Wednesday, February 29, 2012 12:34 PM | Last reply by Kareninstructor - Wednesday, February 29, 2012 3:05 PM -
0 Votes
Problem creating XmlWriter as UTF8?
I have tried to write a file and the encoding is changed to utf8.Answered | 4 Replies | 6150 Views | Created by Werner Clausen - Monday, April 12, 2010 11:16 AM | Last reply by Werner Clausen - Monday, May 31, 2010 6:57 AM -
0 Votes
Converting XML file to Text using XslCompiledTransform
Assuming you have elements in your XML input documents in a certain namespace e.g.Answered | 2 Replies | 5079 Views | Created by Anonymous_189 - Wednesday, December 23, 2009 8:48 PM | Last reply by Martin Honnen - Sunday, December 27, 2009 3:36 PM -
1 Votes
How to convert from DBF to XML
If your table is in your project, it is not big and your project is under Source Control, then you can use FoxBin2Prg to convert to XML, then you can convert back to DBF, ...Answered | 3 Replies | 2568 Views | Created by ShahidSQL - Saturday, April 8, 2017 12:49 PM | Last reply by Fernando D. Bozzo - Wednesday, April 12, 2017 1:13 PM -
0 Votes
How to convert xml to binary
how can I decrypt the encrypted string?Answered | 5 Replies | 7468 Views | Created by Sheen Ismhael Lim - Friday, November 5, 2010 11:35 PM | Last reply by Louis.fr - Sunday, November 7, 2010 12:32 AM -
0 Votes
Convert utf-16 xml to utf-8
That is simply how they are stored.Answered | 4 Replies | 8952 Views | Created by Jerry Hodge - Tuesday, February 12, 2013 2:38 PM | Last reply by Christopher84 - Tuesday, February 12, 2013 8:49 PM - Items 1 to 20 of 2711322 Next ›
No announcements