How to auto generate an alpha numeric id in C# using MS Access database?
- by sameer
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#?