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 Lyon about this, it still doesn't work). Is anyone using those functions in a working program? Are there any other possibilities?
I appreciate any help here. TIA Dennis