I have an old Sql Server database table containing 2000+ rows of varchar(max) text/character data.
I want to use a CuteEditor instance for data conversion.
I assume that I could loop thru the old varchar rows, assigning the CuteEditor.Text property. If correct, then what property do I use to pull out the corresponding image/varbinary type?
Is this the correct line of thought, or am I missing something?