On 15 Jun 2010, at 9:46pm, Fabio Spadaro wrote:

> I am developing an interface to Python 's SQLite and would it be
> you can store files in the sqlite database. To do this
> obviously need to create a blob field but how to store image files?

An image file is just a file.  If you really want to store a file in a 
database, open the file, read the contents, and store what you read in a BLOB 
field.

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

Reply via email to