Re: issue with AutoInc field and locks
- From: "Bill Todd [TeamB]" <no@xxxxxx>
- Date: 23 Apr 2008 05:59:24 -0700
Koen wrote:
In Delphi a TGUID is a longword
A GUID is a 128 bit integer declared as:
type
PGUID = ^TGUID;
TGUID = packed record
D1: Longword;
D2: Word;
D3: Word;
D4: array[0..7] of Byte;
end;
--
Bill Todd (TeamB)
.
- References:
- Re: issue with AutoInc field and locks
- From: Koen
- Re: issue with AutoInc field and locks
- From: Koen
- Re: issue with AutoInc field and locks
- Prev by Date: Re: AutoInc value showing in grid
- Next by Date: Re: Use GUID instead of AutoInc
- Previous by thread: Re: issue with AutoInc field and locks
- Index(es):