CuteEditor Text-to-Image-type conversion

  •  07-05-2006, 11:46 AM

    CuteEditor Text-to-Image-type conversion

    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?
View Complete Thread