Re: [sqlite] How to save images in sqlite3

2012-06-13 Thread Simon Slavin
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

Re: [sqlite] How to save images in sqlite3

2012-06-13 Thread Igor Tandetnik
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

[sqlite] How to save images in sqlite3

2012-06-13 Thread deltagam...@gmx.net
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: