help regarding assaigning of runtime variables.
I am working for an application developed on java.
In that application i can create new user and assaign admin rights to that particular user from front end by simply draagging and dropping the roles..But, unfortunatley from front end it is not working.
so i need to write some sql scripts in order to create a new user and assaign admin rights to him.
My reqirement is like i need to provide the username and rolename at runtime. they should reflect in userinfo table which inturn should reflect in the application.
kindly any of you suggest me how to start?