saiorkrish Posted May 2, 2013 Share Posted May 2, 2013 the employee id is saved in database as <<1,2,3,4>> and so on.......... i would like to have the employee id to be saved in the database like prefixing with le as <<le1,le2,le3 >> how can i achieve it anyone please help me..... Link to comment Share on other sites More sharing options...
PascalVG Posted May 2, 2013 Share Posted May 2, 2013 Hi saior, The ID is an integer number in the database so cannot contain any letters. You cannot just change it to varchar or so, as PS assumes all ID's to be Int(10)-s. You would have to make exceptions for this class everywhere it is used all over PS... What exactly do you try to achieve? Maybe there is another way to do this. Please elaborate what/where/when/how you need it exactly. my2 cents, pascal 1 Link to comment Share on other sites More sharing options...
MarcPierre Posted December 20, 2013 Share Posted December 20, 2013 (edited) Changing ID will affect your internal admin and accounting system. Try to allocate some unique type of codes so that in future you can get the desired information easily.Employee identification badges Edited December 23, 2013 by MarcPierre (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now