Subject Re: [Firebird-Architect] Create User Proposal
Author Martijn Tonies
Hi Jim,

I would surely welcome this functionality ... but --

when can it be executed? After connecting to what?

With regards,

Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com


> I propose that we add the following commands to Firebird SQL beginning
> with 2.0 (if possible):
>
> create user <username> [set] password <quoted string>
> alter user <username> [[set] password <quoted string>]
> drop user <username>
>
> We will want to extend the set of options beyond password when we
> implement security plugins, but that can wait until them.