On Wed, Oct 30, 2013 at 7:30 AM, d b <[email protected]> wrote:

> Hi,
>
>  My sqlite database module has to store images (max. 100 KB) on client
> machine.
>
>  1. store images on file system and have reference in database
>  2. store image as blob in database.
>
>  Which is the best way to store these images?
>

BLOBs in the database.  http://www.sqlite.org/intern-v-extern-blob.html



>
>  Any suggestions are welcome.
>
> Best Regards,
> va.
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to