I am certain this will be considered 'bad form', but...I have a table with several fields each containing several kBytes of ASCII text data separated by a Winderz new line ('\n' ==> 0x0A). The fields are currently set up as BLOB fields and...I would like to ALTER the table to change the fields to TEXT fields. Will ALTERing the table to change the fields from BLOB to TEXT fields corrupt the text data? I am literally in complete control of how the data is placed in the table and how data is retrieved from the table.
Thanks,
Steve.
Thanks,
Steve.