Subject | Re: Couldn't connect to local database/datafile |
---|---|
Author | tomas.janecek |
Post date | 2009-02-18T09:56Z |
> The database and the objects inside the database hopefully have aCustomer gave me account adminn/some_password. Then I've created with
> different owner than SYSDBA, so you'd best ask the customer the name of
> the Firebird user who is the owner of the database and objects. Then,
> create an equally named user in your Firebird installation and use this
> user for connecting to the database.
GSEC user adminn with same password (in GSEC add adminn -pw
some_password). When I "display" users in GSEC, I can see adminn as a
user.
But as I try to connect to database, it's still the same. (./isql -p
adminn -u some_password and then connect /full/path.fdb; or connect
/full/path.fdb user adminn password some_password; )
Thanks a lot for any suggestion