Re: [SQL] CREATE USER in side a TRIGGER FUNCTION

2005-04-18 Thread Michael Fuhr
On Thu, Apr 14, 2005 at 08:30:02PM -0700, shaun wrote: > > I want to put login and user managment into the database for security > reasons. I have a employee table. When I add a person to the employee > table I want to create them in the database and when I remove a person I > want to drop the

[SQL] CREATE USER in side a TRIGGER FUNCTION

2005-04-18 Thread shaun
Hi I want to put login and user managment into the database for security reasons. I have a employee table. When I add a person to the employee table I want to create them in the database and when I remove a person I want to drop the person from the database also. How do you do it and what is