Need to compare blobs in firebird
Posted
by Michael Beck
on Stack Overflow
See other posts from Stack Overflow
or by Michael Beck
Published on 2010-03-18T16:33:57Z
Indexed on
2010/03/19
10:01 UTC
Read the original article
Hit count: 568
Hey guys,
I need to check on the contents of blobs in my databases (yes, plural, but one problem at a time).
In one database, I have about 900 images of potentially varying sizes. I need to check to see if the versioning system that's built into our application is actually correctly replicating the image data from the previous version to the new version of a record.
How do I compare values en masse so I don't have to pick through each record one at a time and open up the blob using FlameRobin or Firebird Maestro and visually compare these images?
Thanks for any assistance.
© Stack Overflow or respective owner