macromedia.coldfusion.getting_started
[Top] [All Lists]

Re: unique id when form is submitted

Subject: Re: unique id when form is submitted
From: "Dan Bracuk" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 24 Jul 2008 03:06:47 +0000 (UTC)
Newsgroups: macromedia.coldfusion.getting_started

You can use the CreateUUID function, do a query to make sure it's not already 
there, and then use it.

 Or you can set up an autoincrement numeric field in access, change your 
cfinsert to a cfquery, and then select it after you insert the record.


<Prev in Thread] Current Thread [Next in Thread>