English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

if you didn't need the data in your blob field , simply drop the field and recreate it again with new fieldtype (e.g. text fieldtype).

but, if you need it (i assume your blob field contain text / memo) ,
that is another story.
most of database will reject and give you an 'error message' if you trying to copy the records from blob field to Text field.
I've never try to use 'CAST' or some convertion query to convert blob field to another type, but it's worth to try.

Ask again in this forum if you get stuck, we will try to find the solution for you.

2006-11-01 03:45:42 · answer #1 · answered by Manzana verde 5 · 0 0

Blob fields can hold any kind of binary data, so the procedure of converting that data to text is going to depend entirely on what that data is.

In short - create a new field in the table, and write some code that goes through the table record by record, converting as it goes. As I've said, the conversion will depend on what the blob data is in the first place.

Rawlyn.

2006-11-01 03:07:28 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers