Re: Automatic random number on row creation



On Thu, 29 Dec 2005 16:18:27 +0100, Kuon wrote:

> how can the "key" column been automaticaly assigned a random and unique
> string?

Randomness and uniqueness are conflicting requirements. If the string is
random, then you must allow for the possibility of repetition.

--
http://www.mgogala.com

.



Relevant Pages

  • help me with the program
    ... Permutation: ... User will input a string and you need to find out all the possible ... combinations of its characters(there won't be any repetition of ... Prev by Date: ...
    (comp.lang.c)
  • Re: can someone please help me with making this class
    ... struct and another I put the insert in. ... string phoneNo; ... node *temp, *prev; ...
    (microsoft.public.vc.language)
  • Re: Handling Large files (a few Gb) in Perl
    ... search through each string looking for a specific character. ... my $prev = 0; ... sub use_length { ... Rate index length ...
    (comp.lang.perl.misc)
  • Re: can someone please help me with making this class
    ... string phoneNo; ... node *temp, *prev; ...
    (microsoft.public.vc.language)
  • Re: Concatenating Strings
    ... > I want to create a string that contains H a certain number of times ... > that is stored in another variable called $repetition. ... > I was trying to write a custom function that uses another custom ... but VariableInitialize seems to work only with number and not ...
    (comp.databases.filemaker)