A string with a line break, e.g. first line here[linebreak]NEXT ONE
is entered in a GUI-tool and read into an SQL server database where it appears to be a one line string, i.e. first line here NEXT ONE
. However, if this field is read by Python, it is returned as NEXT ONEne here
. It seems that the line break is registered somehow, but the handling is wrong as both lines are written on the same line. How to handle the line break in this chain GUI-SQL-Python to appropriately return both lines?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…