G
Guest
Hi,
I have an sql database with some text (nvarchar) fields. The problem is that
if I get those fields with a datareader (dr.getstring(0)) an then I save text
in a txt file I loose all the line breaks. If I open database Studio
Management I see fields like this:
Això és una proba pel texte sql.
Els canvis de lÃnia no es controlen bé
Instead of this line break you see now when a copy/paste text I see small
squares as characters in the database.
I don't know how to keep line breaks when I save text on a txt file...
Any Help?
Thanks
Juan Puebla
Barcelona (Spain)
I have an sql database with some text (nvarchar) fields. The problem is that
if I get those fields with a datareader (dr.getstring(0)) an then I save text
in a txt file I loose all the line breaks. If I open database Studio
Management I see fields like this:
Això és una proba pel texte sql.
Els canvis de lÃnia no es controlen bé
Instead of this line break you see now when a copy/paste text I see small
squares as characters in the database.
I don't know how to keep line breaks when I save text on a txt file...
Any Help?
Thanks
Juan Puebla
Barcelona (Spain)