Hey,
Im doing some coding to integrate our active directory and intranet and im storing the Globally Unique Identifier (GUID) to a database.
Does anyone know what datatype I should use for this field? I've converted it from binary to hex using bin2hex, it says its a 128bit string!?! If i know the max length would it be best just store it as text?
Thanks for any info
Andy
Im doing some coding to integrate our active directory and intranet and im storing the Globally Unique Identifier (GUID) to a database.
Does anyone know what datatype I should use for this field? I've converted it from binary to hex using bin2hex, it says its a 128bit string!?! If i know the max length would it be best just store it as text?
Thanks for any info
Andy
Comment