That doesn't make any sense at all ! The username and password would be passed from the UI and it seems very weird for them to be used as OUTPUT parameters. Further, the @id and @pos variables seem to be lying unused.
On Nov 26, 11:26 am, Muhammad Arif <[email protected]> wrote: > what i am thinking that.. out parameter with user result that .. user can be > checked on each page or forms for permission pupose.. > > 2. out parameter with password may be used when the session time out occur > so the user have to again give user name and password.. so i will not > connect with db again but will check with those which is already get first.. > > On Thu, Nov 26, 2009 at 11:21 AM, Raghupathi Kamuni > <[email protected]>wrote: > > > > > > > > @user varchar output, > > > @password varchar output > > > Why do you need output parameters here ? >
