[23-07-2005 1:29, D. Richard Hipp escreveu]
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 separ
D. Richard Hipp wrote:
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 st
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.
That assumes you have a filesystem :-) I too would like random
access to strings and blobs (especially the latter). In many
cases isn't
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
4 matches
Mail list logo