Tag: blob field
-
How to transform a blob field into string lines (varchar) in SQL Firebird?
Hello guys. In some cases we have BLOB fields in the databases for storing texts. There are times when it is important to retrieve line by line from this BLOB that acts as a StringList or Memo. Cool, but how to do? To help, we created a procedure that converts a BLOB of plain text ...