TIP: Creating a GUID in VBscript without using a component
Posted
Thu, Jan 5 2006 12:01 PM
by
Mischa Kroon
Another simple tip:
Creating a GUID without a component.
This can be done by using SQL Server as a way to generate a GUID.
SELECT NEWID();
Retrieves a GUID.
Offcourse it's also possible to use .Net or a Component to do this like with the free GUIDmaker component from Serverobjects:
http://www.serverobjects.com/products.htm