Cellpicture to SQLiteDB and Back to WebListbox

Hi,

I have a WebListbox with a CellPicture column. To sort this WebListbox, I use a temporary SQLite DB.

I’m trying to figure out how to manage to get the WebPictures in the SQLite db and then get them back to my webListbox after going through sorting.

They actually come back as Strings : )

I know they should be stored in a BLOB field but I can’t figure out how to achieve that.

Thanks.