Subject Re: Permission problem under Windows Vista
Author Adam
>
> Then I copied the C:\xxx.FDB (which wasn't working) to the same
> directory where the other database file was. And then my program
> could connect to it.
>
> Can it be a problem of the directory?
>

Given that you can successfully connect to that database from your
application from a different directory, the problem is most likely
related to security. Remember that you are *NOT* accessing the
database, but rather the fbserver process is on your behalf. This
process is most likely under a different user account. You will need
to make sure the user running the server process has read-write
permissions to the file.

Adam