How do i store and retrieve a blob from sqlite
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2009-03-09T04:35:49Z
Indexed on
2010/05/03
7:28 UTC
Read the original article
Hit count: 142
I have used sqlite in c++, python and now (perhaps) in C#. In all of these i have no idea how to insert a blob into a table. How do i store and retrieve a blob in sqlite?
© Stack Overflow or respective owner