>Hi gang,
>
>So I was just playing around with cfmx's createuuid() and mssql2k's
>newid(). Whats up with them being a different format? Cfmx's is char(35)
>and mssql2k's is char(36)... was that intended? Which rfc is macromedia
>using for createuuid?
>

I'm not sure what the reason is, but to get CF's UUID in the accepted GUID 
format, you'd do this:

<cfset myUUID = createUUID()>
<cfset myGUID = insert("-", myUUID, 23)>

Regards,
Dave.

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to