Subject Re: Sql command to create new user
Author Adam
> is there some sql command to create a new user by sql command ?
> gsec is inappropiate in this case.

Users are not a part of your database, they are a users of the
database server (in a special security database), but in your database
you can define what each user can or can not do.

There is a service manager that can be used to manage users.

Adam