Re: [sqlite] Storing pictures

2003-11-26 Thread D. Richard Hipp
Dennis Volodomanov wrote: > > Can someone please tell me what's the best way to store small pictures > (100x100 pixels, about 3-4K in size) in a sqlite database? I've tried using > sqlite_decode(encode)_binary, but they don't work all the time and return a > "malformed encoding" from time to time (

[sqlite] Storing pictures

2003-11-26 Thread Dennis Volodomanov
Hello all, Can someone please tell me what's the best way to store small pictures (100x100 pixels, about 3-4K in size) in a sqlite database? I've tried using sqlite_decode(encode)_binary, but they don't work all the time and return a "malformed encoding" from time to time (I've spoke to Jim Lyo