ColdFusion and SQL Server have always generated different UUID structures. SQL Server is generating a T-SQL standard UUID where ColdFusion MX is generating its own type; 1 char less.
-----Original Message----- From: Sicular, Alexander To: CF-Talk Sent: 08/08/03 11:01 Subject: creatuuid() vs. newid() 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? Thanks, alex ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

