Lynton Grice <lynton.gr...@logosworld.com> wrote:
>  Thanks, issue solved with the following:
> 
> len = sqlite3_column_bytes(stmt,2);
> memcpy(msg->raw_stream_in, sqlite3_column_text(stmt, 2), len);

Actually, you are supposed to use sqlite3_column_blob for binary data.
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to