Re: How do I get the GUID value of a Record that I just Inserted ?
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Tue, 21 Feb 2006 22:05:00 -0600
function GenGuid : string;Delphi has a CreateGuid method
var
AGuid : TGuid;
begin
OleCheck(CoCreateGuid(AGuid));
Result := GuidToString(AGuid);
end;
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- How do I get the GUID value of a Record that I just Inserted ?
- From: Mark Moss
- Re: How do I get the GUID value of a Record that I just Inserted ?
- From: Vitali Kalinin
- Re: How do I get the GUID value of a Record that I just Inserted ?
- From: Mark Moss
- Re: How do I get the GUID value of a Record that I just Inserted ?
- From: Vitali Kalinin
- How do I get the GUID value of a Record that I just Inserted ?
- Prev by Date: Re: An unknown error has occured...
- Next by Date: Re: ADO and TCPIP Connections
- Previous by thread: Re: How do I get the GUID value of a Record that I just Inserted ?
- Next by thread: EOleexception with message overflow
- Index(es):