Hi, Any more thoughts on this? This is what I do currently:
$oldBLOB_x:=Old($CurrentField_ptr->) Case of : (BLOB size($oldBLOB_x)=0) & (BLOB size($CurrentField_ptr->)=0) : (Generate digest($oldBLOB_x;MD5 digest)=Generate digest($CurrentField_ptr->;MD5 digest)) Else // It's different End case Is there a more efficient mechanism? Regards, Wayne [image: --] Wayne Stewart [image: http://]about.me/waynestewart <http://about.me/waynestewart> On 6 November 2012 at 05:20, Joshua Fletcher <[email protected]> wrote: > Use the GENERATE DIGEST command in 4D v13: > > http://doc.4d.com/4Dv13.1/help/Command/en/page2706.html > > Kind regards, > > Josh > > -- > Josh Fletcher > Technical Account Manager > 4D, Inc. > > > > > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] > > On Behalf Of stardata.info > > Sent: Monday, November 05, 2012 9:58 AM > > To: [email protected] > > Subject: BLOB CONFRONT > > > > > > Hi All, > > > > I need to compare two blob. > > Is possible and as? > > > > Thanks > > /Ferdinando/ > > ********************************************************************** > 4D v13 is available now - with more than 200 new features to make > your applications richer and faster > http://www.4d.com/products/new.html > > 4D Internet Users Group (4D iNUG) > FAQ: http://lists.4d.com/faqnug.html > Archive: http://lists.4d.com/archives.html > Options: https://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ********************************************************************** > ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

