On 13 Jun 2012, at 2:42pm, deltagam...@gmx.net wrote:
> is it possible to save images or pdf in sqlite ?
>
> Is it possible to just save the path to an image/ binary object
> an sqlite gets the object then at runtime ?
You can save image/PDF data any number of ways:
A) Save the full path to th
deltagam...@gmx.net wrote:
> is it possible to save images or pdf in sqlite ?
It's possible to save an arbitrary blob (sequence of bytes) in sqlite. Sqlite
doesn't know nor care what this blob represents.
> Is it possible to just save the path to an image/ binary object
Yes. A path is a string
Hello,
is it possible to save images or pdf in sqlite ?
Is it possible to just save the path to an image/ binary object
an sqlite gets the object then at runtime ?
thx in advance
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:
3 matches
Mail list logo