Skip to main content
Known Participant
March 22, 2008
Question

Using the CreateUUID functiondreamweaver developer toolbox

  • March 22, 2008
  • 2 replies
  • 327 views
What is the method to populate the primary key field of a table with the CreateUUID() function upon account creation if you are using the Dreamweaver Development toolbox to create a user registration page. Thanks so much! dan
This topic has been closed for replies.

2 replies

Participating Frequently
March 24, 2008
I would suggest to use GetTcikCount function to generate unique IDs. It would be good for better performance just because of playing with the numbers. :)
Inspiring
March 24, 2008
you can't, you need to create a separate nvarchar field for the UUID.