Re: issue with AutoInc field and locks



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)
.