in reply to Suggestions on storing loosely similar data

If all you're interested in is having a unique ID to compare and you don't need to extract the report options from the ID then taking an MD5 of the string would seem to be one solution. Just store and compare the MD5 string.

  • Comment on Re: Suggestions on storing loosely similar data