Hi
How generate unique random numbers combination of letters and digits
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Nov 11, 2012, 10:42 AM
http://en.wikipedia.org/wiki/Globally_unique_identifier
http://msdn.microsoft.com/en-us/library/system.guid.aspx
venkata kumarPosted Nov 10, 2012, 4:50 AM
u can take one addtional column in table.
that column u make auto generated column.
when your generating new id. get last number of that column.
add with letter and by incrementing that number.
Thanks & Regards
Ravi