Subject Re: [firebird-support] FB 1.5 Error creating database when DatabaseAccess=restrict
Author Helen Borrie
At 05:57 AM 14/05/2005 +0000, you wrote:
>I changed DatabaseAccess = Restrict 'D:\MyDBList' and, when using
>JvUIBDatabase.CreateDatabase(), with
>DatabaseName := 'D:\myDBList\mydb.fdb' I get error message
>"Access to database 'D:\myDBList\mydb.fdb'is denied by server
>administartor".

I hope you read at least one of Dmitry's messages. ;-)

>Also, how can I let user of my app (someone who knows SYSDBA
>password)
>create database in the list of restricted folders?

The restriction is on the server, not the user. It merely says "Don't
allow databases to be created or accessed anywhere except in the [list of]
specified tree[s]. Any authenticated Firebird user can create databases.

./heLen