Hello all,

I have never used Blobs before, and in reading some of the literature,
I am just a bit confused. From what I am understanding, I get the
impression that a Blob is no more than the binary data from a disk
file, stored as a string of bytes in a field of the database.

Basically, I am trying to write some multimedia stuff, and as such,
was thinking that I need to write some "filters" that access specific
types of data (a wav file, or a MIDI file, or etc.). If this is the
case, it almost sounds like it would be better to store the filename
for the data, and then let the system take care of reading the
particular format of the data.

Thanks,

Mike



-- 
Peace may sound simple—one beautiful word— but it requires everything
we have, every quality, every strength, every dream, every high ideal.
—Yehudi Menuhin (1916–1999), musician
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to