How to auto generate a alpha numeric id in c# using ms-access dbase?

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:03 UTC
Read the original article Hit count: 233

Filed under:

I have table called emp, the table contains three empid,ename and salary. I have to store the empid as autogenerated id ex:E001,E002,E003, how can i do that using c#?

© Stack Overflow or respective owner

Related posts about c#