karibou79
User
 Fresh Boarder
| Posts: 6 |   | Karma: 0 |
|
changing the password
|
|
Posted: 2002/06/11 02:45 |
|
|
|
|
Hi, I m trying to change my password through an Edit and an OCIQuery : alter user :LOGIN identified by ASSWORD
params are transmitted like this : OCIQuery1.ParamByName('PASSWORD').AsString := Edit3.Text;
But, while the request becomes active, an error message appears : ORA-01036: number/name of variable illegal
It isn t a pb of rules (i try to modify my own password) so where does it come from ?
|
|