Editor won't save a leading + character as part of an nvarchar field

Editor won't save a leading + character as part of an nvarchar field

pangelinopangelino Posts: 9Questions: 3Answers: 0

I'm using Editor with a SQL Server 2014 database. I'm noticing that if I have a column in my table connected to any nvarchar column, that it won't save a leading + character if more characters follow it. It will save a plus sign on its own, or anywhere else in the string, but if it is the first character in the string and there are other characters following it, it removes the + character and saves everything after it. Any idea how I can resolve this?

This discussion has been closed.