Subject | Re: Permission problem under Windows Vista |
---|---|
Author | Adam |
Post date | 2007-08-10T12:12:06Z |
>Given that you can successfully connect to that database from your
> 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?
>
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