Subject | Re: [IBO] Sample data files |
---|---|
Author | Helen Borrie |
Post date | 2005-12-09T02:49:40Z |
At 09:31 AM 8/12/2005 -0800, you wrote:
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.
authentication process (that's what the login prompt is for!!) and get
authority to run the CREATE DATABASE script.
Helen
>When I run the company program, the first window I get is asking forIt works properly for me. 1) Remember that passwords are case-sensitive
>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.
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