[Tutor] Binary data in anydbm/pickle/marshal?

Doug.Shawhan@gecits.ge.com Doug.Shawhan@gecits.ge.com
Thu Oct 24 15:41:03 2002


I have a need to store binary data (specifically images) in a database. Is
it possible to use anydbm, pickle or marshal for this? I have attempted it
with all and have had little joy. (yes I use 'w+b' when opening the files
for reading/writing! :-)

A quick example would be wonderful!

d