I am trying to access the data within the db3 files (to automate some NZB creations and downloading). I believe that (years ago) the compressed fields used ZLIB to decompress the data (specifically NN_CleanSubject and NN_FileData fields) but now in my new project I get an 'unknown compression method' when I try to decompress the fields. Did the compressor change for those fields (or maybe my decompress library just out of date or something)?
Thanks.