Groups > Databases > MySQL for ASP.NET > Getting Encrypted Data From Database




Getting Encrypted Data From Database

Getting Encrypted Data From Database
Wed, 27 Feb 2008 15:25:17 +000
Hi,

I have a MySQL database, which is holding Unicode data in TEXT columns. When I
get data using MySQL's connector, I get some errors in data, because of escape
characters. For example, all \n's in data become line breaks, \0's become
nothing etc. A real example is below:

 

How can I get this encrypted data without losing any content?
Post Reply
about | contact