Reading ARCHIVE_BizDocContent Table

How in the hell can I read the column call “Content” in the tables BizDocContent and/or ARCHIVE_BizDocContent. Thoses columns are “image” data type wich is unreadable from my iSQL…

Extract the bizdoc/content(bytes) and convert to string using bytesToString for readable format.

HTH,
RMG

Any tips on how to extract the data into a bytes array?
My first thought was to call execSQL, but it will return a string wich is not conertible by the function “bytesToString”.