J
Jim
I'm inserting the value of richTextBox.RTF into a new row in a DataSet. The
update works with no problem but it's only storing a fraction of the RTF
value. The SQL2k datatype is set to varchar and MaxValue of 8000. But it's
not even storing more than 500 characters if a 1000 character variable.
What could the issue be? Is it a datype issue with the column in the
dataset?
update works with no problem but it's only storing a fraction of the RTF
value. The SQL2k datatype is set to varchar and MaxValue of 8000. But it's
not even storing more than 500 characters if a 1000 character variable.
What could the issue be? Is it a datype issue with the column in the
dataset?