On Fri, 2005-07-22 at 19:15 -0500, Shawn Walker wrote:
> Is there a way to have sqlite to call a callback function to read in 
> strings and blobs? 

No.

If your blobs are too big to fit in memory, perhaps you should
consider storing them each in a separate file and then store
just the filename in the database.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to