Subject 4.9.5: Invalid Text in HexTextToBinary
Author zifnabbe
When inserting new data I get the message 'Invalid text in HexTextToBinary'

Looking at the code, the method HexTextToBinary is called from TIBODataset.SetBookmarkData. In this case, BookmarkSize seems to be 36, so 18 is passed in the method as length, but AHexText seems to contain only 'F', thus 1 character...