Subject Re: [firebird-support] Changing Username and Password
Author Florian Hector
> I an using an embedded database. Is there a function / procedure which I
> can call from the embedded database dll. that can change the database
> username and password ? Also may I distribute the files like gbak.exe and
> gfix.exe .... with my application ?

Embedded doesn't care for Username and Password, security is achieved by
means of the OS. Meaning whoever gets passed the Windows Login can
automatically use the DB accessed through ES. Granted rights for DB
objects still applies. See the release notes for more details.

Florian