Subject how to best use GUIDs in Firebird tables
Author meyer.design48
I am wanting to use GUIDs as IDs in data columns in Firebird. I have seen reference to encoding them to OCTETs and storing in CHAR(16). I have not, however, found any clear statement of how to do the conversion from a GUID in string form to the OCTETs. I am using Delphi.