HELP [message #25969] |
Thu, 29 May 2003 03:31 |
Mubeen
Messages: 44 Registered: February 2003
|
Member |
|
|
Suppose i have a table 'user'and columns,'empno' and'password'and i have translated the password into characters like '**/^&'so how can i see the actual password that has been allotted to each user.
thanx in advance.
mubeen.
|
|
|
|
Re: HELP [message #25972 is a reply to message #25969] |
Thu, 29 May 2003 06:48 |
Martin Chadderton
Messages: 35 Registered: May 2003
|
Member |
|
|
Hi Mubeen,
hmm... difficult one to answer, the key is in your phrase : "i have translated the password", in order to see the password afterwards, you would have to un-translate the translated string.
Post more information on how you would/do translate the string, and we'll see what we can come up with...
Regards
|
|
|