Subject RE: [firebird-support] Creating a database via an alias
Author Helen Borrie
At 09:30 AM 9/03/2006, Rick Debay wrote:
>This never worked for us, as we had DatabaseAccess set to None. FB
>would then refuse to create the new database. I think this was with
>version 1.5.1.

It works perfectly, as long as you set DatabaseAccess to RESTRICT and
cover all of the trees where you want to allow databases to be
accessed AND (on POSIX) you give the firebird user and group rwx
access to those directories. The firebird user also needs rw access
to the database files.

> > -----Original Message-----
> > Is creating a database via it's alias supported?
>
>Yes. Below is an example from one of my scripts

./heLen