As others have said, there are lots of ways to store the image data directly
in the DB with BLOBs, encoding, etc.   Alternatively, you could store the
pics separate from the DB and just store the path to the pic file in the DB.

-Shane


On Sun, Dec 6, 2009 at 8:35 PM, Ted Rolle, Jr. <ster...@gmail.com> wrote:

> From what I read, it is necessary to have a programmatic interface to
> put images into a database.  True?
>
> ---
> ________________________________________________________________
> 3.14159265358979323846264338327950  Let the spirit of pi spread
> 2884197169399375105820974944592307  all around the world!
> 8164062862089986280348253421170679  http://pi314.at PI VOBISCUM!
> ================================================================
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to