Hello all,
Was wondering if anyone could provide some info on what could be a
possible solution to a problem am having.
I have to generate a Unique Identifier in C# which I will use to
assign to a user, i dont really need the Unique Identifier's to be
sequential so i was considering using system.time.hou r +
system.time.min ute. + system.time.sec ond, but am worried about
daylight savings and also...
Search Result
Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
-
GUID and uniqueidentifier
Hi,
I do have one dataset from SQL server with a field
(bound) to Textbox called txtID , this field is of type
uniqueidentifie r.
From the doc, they say the equivalent is GUID in dot net,
UniqueIdentifie r = Supported by the .NET Compact
Framework. =
Guid = A globally unique identifier (or GUID).
Now, when that field is display into the form, I can see
the actual value...