Re: [firebird-support] List Users after CREATE/DROP USER without commit

2020-04-11 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 11-04-2020 11:41, Lukas Gradl fireb...@ssn.at [firebird-support] wrote: > Hi @all! > > I'm trying to implement some sort of user manager into an app and want > to use the firebird-users and roles as user and authentification > source (using FB 3). > > Most of it works perfectly. There's just

Re: [firebird-support] List Users after CREATE/DROP USER without commit

2020-04-11 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
11.04.2020 11:41, Lukas Gradl fireb...@ssn.at [firebird-support] wrote: > Now I'd love to use the transaction-mechanism for giving the user of > my app a possibility to revoke the changes made. > > Can this be achived somehow? User management is outside of database and performed in an

[firebird-support] List Users after CREATE/DROP USER without commit

2020-04-11 Thread Lukas Gradl fireb...@ssn.at [firebird-support]
Hi @all! I'm trying to implement some sort of user manager into an app and want to use the firebird-users and roles as user and authentification source (using FB 3). Most of it works perfectly. There's just one little problem: If I create or drop a user via CREATE USER or DROP USER and do a