November 22, 2011 at 10:02 pm #5948
Anonymous
It’s worth noting here that GUIDs (or UUIDs for that matter) are hex only. The form you create above and the suggestion made before use all letters of the alphabet between A and Z and 0-9 while hex is only 0-9 and A-F. This one of a few reasons I would recommend using your database’s default GUID() function.