Subject Re: Can Change curent password via Stored procedure ?
Author Adam
--- In firebird-support@yahoogroups.com, "mnavahan" <mnavahan@...> wrote:
>
> --- 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?