Groups | Blog | Home
all groups > sql server dts > march 2005 >

sql server dts : How to create a GUID in activex script


John Doe
3/31/2005 8:25:47 AM

I need to create guid in a activeX script. How do I do this?


Alejandro Mesa
3/31/2005 11:05:04 AM
See if this helps:

HOW TO: Create GUIDs by Using Active Server Pages in IIS
http://support.microsoft.com/newsgroups/default.aspx


AMB


[quoted text, click to view]
pdxJaxon
3/31/2005 11:05:45 AM
well,....one way is to make an api call to CoCreateGuid()

Or you can call SQL and have SQL return NewID()


Greg Jackson
PDX, Oregon

Ilya Margolin
4/1/2005 9:56:15 AM
John,

http://www.asp-dev.com/main.asp?page=60

Ilya

[quoted text, click to view]

AddThis Social Bookmark Button