I am using vb.net and have a long string of text. When I use vbnewline or vbCrLf, for a carraige retun, I get a black square box in the SQL database table. I need the carriage return but I don't want the symbol to show up in SQL table because when another application (vb.6) is opened which uses the same SQL dbase table and shows the text, I get the carriage return, but I also get the unwanted symbol |
What code or command in vb.net can I use that will still give me the carriage return but not put the black box in the sql dbase table?
What code or command in vb.net can I use that will still give me the carriage return but not put the black box in the sql dbase table?
Comment