How can i replace "Enter" in one of fields in the database with space
actually I have tried the below codes in vb.net, but non of them is working for me ,,
address = Replace(address, System.Environment.NewLine, " ")
or
address = Replace(address, vbNewLine, " ")
or
address = Replace(address, Chr(13), "")
Language : Vb.net database : MSSQL 2005
Thanks in advance