Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread GUID fields
Mon, Feb 5 2007 11:01 AMPermanent Link

Are there any considerations for GUID fields? Particularly with things
like including or excluding the brackets? What's the best way to assign
them etc?

/Matthew Jones/
Mon, Feb 5 2007 2:57 PMPermanent Link

"Ralf Mimoun"
Matthew Jones wrote:
> Are there any considerations for GUID fields? Particularly with things
> like including or excluding the brackets? What's the best way to
> assign them etc?

Full format, including brackets and everything. I simply use .AsString
without any problems. Internally, GUID fields _are_ string fields with a
length of 38 chars. You can even use CURRENT_GUID to set a default value for
string fields.

Ralf
Mon, Feb 5 2007 3:51 PMPermanent Link

Many thanks.

/Matthew Jones/
Image