Is it possible via SQL get the content of a %Stream (collection = characterstream) property?
Let me explain the situation: I have a class (table) and via SQL Manager I make some tests using INSERT, SELECT and UPDATE instructions. The %Sting, %Integer, etc. properties work all right. And using forms in CSP everything works all right too. My question is: how can I see (SELECT) or put (INSERT) values in a %Stream (characterstream) property via SQL commands, using SQL Manager (or a embedded SQL in a CSP page)? Thanks, Leonardo
