On Sun, Dec 6, 2009 at 5:38 PM, P Kishor <punk.k...@gmail.com> wrote:
> On Sun, Dec 6, 2009 at 7: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?
>>

I've been finding it convenient to use Base64 encoding when storing binary data.
( http://en.wikipedia.org/wiki/Base64 ) Wastes some space, of course.

Stephan

> ..
>
> yes, but I am not sure what other kind of interface there could be?
> You can't imagine putting an image into a sqlite db through the
> command line shell application. Of course, you can build your own
> application that allows the user to select, view and upload an image
> that then gets inserted into the db.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Stephan Wehner

-> http://stephan.sugarmotor.org (blog and homepage)
-> http://loggingit.com
-> http://www.thrackle.org
-> http://www.buckmaster.ca
-> http://www.trafficlife.com
-> http://stephansmap.org -- http://blog.stephansmap.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to