Subject Re: [IBO] Sample data files
Author Helen Borrie
At 09:31 AM 8/12/2005 -0800, you wrote:
>When I run the company program, the first window I get is asking for
>company.gdb login information. I get login erros when I use SYSDBA and
>masterkey as the credentionals. However, using the same credentials, I can
>login to a different database using FlameRobin.

It works properly for me. 1) Remember that passwords are case-sensitive
and 2) Don't assume that the row of stars in the password field of the
login prompt contains 'masterkey'. The PasswordStorage property of that
IB_Connection is psNone, so there's a string of blanks there.


>I can't test company.gdb with FlameRobin since company.gdb doesn't exist.

company.gdb can't exist until you pass a valid password to the server
authentication process (that's what the login prompt is for!!) and get
authority to run the CREATE DATABASE script.

Helen