The SQLite FAQ mentions about storing blobs however it throws error while inserting blob type.
http://sqlite.org/faq.html#q10 BTW what is the SQLite version used in Gears. Srikanth On Nov 6, 10:32 am, Aaron Boodman <[EMAIL PROTECTED]> wrote: > No, there won't be any support for storing blobs in the database in > 0.5. The workaround you suggested will work fine, but you'll have to > come up with the unique URL yourself. > > - a > > On Wed, Nov 5, 2008 at 6:17 PM, aahmad <[EMAIL PROTECTED]> wrote: > > > In version 0.5, will there be support for loading and saving BLOBs > > into the Gears database? If not, I suppose I could: > > 1) generate a unique URL, > > 2) use LocalServer.captureBlob to save the data > > 3) store the URL in the database in place of the BLOB itself. > > > However, in the latter case it would be nice (but not required, I > > suppose) if ResourceStore had a method on it for returning an unused > > URL name.
