Link to home
Start Free TrialLog in
Avatar of innovate
innovate

asked on

Creating GUID's

I want to create GUID's in an application, I've seen a couple of examples but can't seem to find them.



TA
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vindevogel
vindevogel

Generally, they are generated in SQL server.
In SQL, they are defined as UniqueIdentifiers, made by SQL and not modifiable.  Generally used as primary keys.