Subject | Re: Can Change curent password via Stored procedure ? |
---|---|
Author | Adam |
Post date | 2008-07-25T03:24:30Z |
--- In firebird-support@yahoogroups.com, "mnavahan" <mnavahan@...> wrote:
The user's password is not kept inside your database. It is inside a
separate special security database on the server.
*****
You are "barking up the wrong tree".
execute statement can execute arbitrary DML statements *against the
database you are connected to*. How can it change data held by someone
else?
>*****
> --- In firebird-support@yahoogroups.com, "Adam" <s3057043@> wrote:
> >
> > --- In firebird-support@yahoogroups.com, "mnavahan" <mnavahan@> wrote:
> > >
> > > Hi
> execute statement not help ?
>
The user's password is not kept inside your database. It is inside a
separate special security database on the server.
*****
You are "barking up the wrong tree".
execute statement can execute arbitrary DML statements *against the
database you are connected to*. How can it change data held by someone
else?