Subject Re: [firebird-support] Re: Unavailable Database
Author Lucas Franzen
Zakir Mahomedy schrieb:
>
> Also check for user permission on the pc. The user must have full read/write permission in order to connect to the db.

Sorry, but this is nonsense.
The user doesn't have to have read/write access to the db, in fact he
shouldn't even have it.

The user is NOT connecting to the database file, the user is sending a
request to server (via the gds32/fblient.dll), the server is taking this
request and is accessing the file.

But you have to install the database server while you're logged in with
admin rights.

Luc.