Subject RE: [firebird-support] Re: SYSDBA and passwords
Author Alan McDonald
> Hi
>
> >If any other application that uses Firebird is using its own
> >usernames and passwords they won't be able to create them without
> >knowing the SYSDBA password!
>
>
> So equally, if the user of my app has firebird installed previoulsy,
> and has changed the defualt password before installing my app, my
> app will not be able to create its 'own' user? Or do anything?
>
> Pete

that's correct - IF you persist in hardcoding the SYSDBA password into your
app.
You really should leave it out and ask that it be supplied when adding users
and editing users on the server.
Alan