Subject | Re: how to best use GUIDs in Firebird tables |
---|---|
Author | meyer.design48 |
Post date | 2010-06-15T15:12:43Z |
--- In firebird-support@yahoogroups.com, Dimitry Sibiryakov <sd@...> wrote:
Thanks,
Bill
>I need to assign the GUID to a field defined as OCTETS in Firebird. The GUID assignment to the field using AsBytes does not work. Copying the GUID into an array of byte and then assigning the array of byte also does not work. What am I missing?
> 15.06.2010 15:43, meyer.design48 wrote:
> > Clearly not what I need, however, as I mentioned packing to OCTETS, and StringToGUID and its counterpart work with WideStrings.
>
> OCTETS is just pure bytes. StringToGUID exactly transform string
> representation of GUID into pure bytes.
>
> --
> SY, SD.
>
> Disclaimer: Information in this message express my own opinion and
> knowledge and cannot be treated as an official IBPhoenix statement.
>
Thanks,
Bill