Subject Re: [firebird-support] Re: [Firebird-devel] Dump blobs from GDB file
Author Ann Harrison
Pierre Y. wrote:

> I'm anxious on the way to get the blob pages in the "right" order. ie.
> Record by record and not blob page by blob page. Do you have a tip to
> help me beginning that kind of development ?

Is there data from the record you need with each blob, or is getting
each blob reconstructed enough? I ask because recovering the data and
reassociating it with the blob is a great deal trickier than just
finding the blobs. If you just need the blobs in the right order, the
sequence will give you that. The various blob pages may not appear in
the right order in the database but the information is there.

Regards,


Ann