A
angelochen960
Hi,
Any way to generate a nice looking unique number, say a 10 digit
string which is unique in a database table, main objective is, to
avoid using a sequence number that people might be able to guess the
next number, if the code is generated, it can be checked against the
database , if exist, it will generate the next, so basically a method
to generate an almost unique number, any tips? thanks.
Angelo
Any way to generate a nice looking unique number, say a 10 digit
string which is unique in a database table, main objective is, to
avoid using a sequence number that people might be able to guess the
next number, if the code is generated, it can be checked against the
database , if exist, it will generate the next, so basically a method
to generate an almost unique number, any tips? thanks.
Angelo