SQLITE Blob OR file system for images
Posted
by saint cyr
on Stack Overflow
See other posts from Stack Overflow
or by saint cyr
Published on 2009-04-16T18:38:53Z
Indexed on
2010/05/21
3:30 UTC
Read the original article
Hit count: 270
Hello, I am building an application based on a single table with a column with text. Occassionally, an adjacent column will have an image. Is it better to store this image as a BLOB in SQLITE or should I store them on the file system and reference them from my programs. Thanks!
© Stack Overflow or respective owner