**
Hey All,

Thanks for the inputs.

Problem:

* Modify "Login Name" in "user" form of 'N' records (where 'N' belongs to Z (set of integers) , N > 1), set Login Name = "Some String" + Login Name

Solution:

1. Log on to Database. Fire the query "Update userx set loginname = concat(xyz,loginname) where requestid > "5000" and requestid < "6000"
2. Commit
3. Use 'arreload' command: arreload -a -p -s

Thanks for all those who helped.

Steve
20060125This posting was submitted with HTML in it