Subject RE: [IBO] How to programaticly change default password 'masterkey'....
Author Alan McDonald
> How to programaticly change default password 'masterkey' to
> 'my_password'.
> I made a setup_exe and I have automaticly instalation of InterBase
> server, but I changed default password on my database before, an I
> want to prepare 'easy way user instalation'.
> I don't want pushing user to open IBCOnsole and change password by
> himself, it is to comlicated for him.I want to do it via my .exe
> How to do it with IBO_Connection?Is it possibile?
>

in your setup (I assume InnoSetup) or whatever, just run gsec with the
appropraitely collected new password value.
Alan