How to auto generate an alpha numeric id in C# using MS Access database?
Posted
by sameer
on Stack Overflow
See other posts from Stack Overflow
or by sameer
Published on 2010-04-03T09:01:07Z
Indexed on
2010/04/03
9:23 UTC
Read the original article
Hit count: 224
c#
I have table called emp
. The table contains three XXXX empid
, ename
and salary
. I have to store the empid
as autogenerated ids, for example: E001, E002, E003. How can I do that using C#?
© Stack Overflow or respective owner