apostolchopov
Programmer
Hi, fellows!
Could you tell me how to escape (encode) new line symbols in SQL Server database tables? How to extract these data afterwards?
I have some tables with text and varchar(128) data fields and I would like to insert some strings that contain new line symbols. When I insert these data and then retrieve them back I get some strange symbols (like small squares) instead of new line symbols (#13 #10 in Delphi, 0x13 0x10 in C++).
Thank you in advance for your cooperation!
Regards!
Could you tell me how to escape (encode) new line symbols in SQL Server database tables? How to extract these data afterwards?
I have some tables with text and varchar(128) data fields and I would like to insert some strings that contain new line symbols. When I insert these data and then retrieve them back I get some strange symbols (like small squares) instead of new line symbols (#13 #10 in Delphi, 0x13 0x10 in C++).
Thank you in advance for your cooperation!
Regards!