| Subject | Re: [IBO] creating users | 
|---|---|
| Author | Paul Vinkenoog | 
| Post date | 2004-02-07T21:58:27Z | 
Hello Adrián,
MyConnection.Password = 'masterkey'; // or whatever it is
MyConnection.AlterUser( uaAddUser, 'fdr', 'fireside', '',
'Franklin', 'Delano', 'Roosevelt' );
// the string arguments represent:
// username, password, groupname, first name, middle name, last name
Greetings,
Paul Vinkenoog
            > Hi, I want to know how I can create users in my application usingMyConnection.Username = 'SYSDBA';
> IBO + Firebird 1.5.
MyConnection.Password = 'masterkey'; // or whatever it is
MyConnection.AlterUser( uaAddUser, 'fdr', 'fireside', '',
'Franklin', 'Delano', 'Roosevelt' );
// the string arguments represent:
// username, password, groupname, first name, middle name, last name
Greetings,
Paul Vinkenoog