Subject | Re: [firebird-support] FB 1.5 Error creating database when DatabaseAccess=restrict |
---|---|
Author | Helen Borrie |
Post date | 2005-05-14T10:02:38Z |
At 05:57 AM 14/05/2005 +0000, you wrote:
allow databases to be created or accessed anywhere except in the [list of]
specified tree[s]. Any authenticated Firebird user can create databases.
./heLen
>I changed DatabaseAccess = Restrict 'D:\MyDBList' and, when usingI hope you read at least one of Dmitry's messages. ;-)
>JvUIBDatabase.CreateDatabase(), with
>DatabaseName := 'D:\myDBList\mydb.fdb' I get error message
>"Access to database 'D:\myDBList\mydb.fdb'is denied by server
>administartor".
>Also, how can I let user of my app (someone who knows SYSDBAThe restriction is on the server, not the user. It merely says "Don't
>password)
>create database in the list of restricted folders?
allow databases to be created or accessed anywhere except in the [list of]
specified tree[s]. Any authenticated Firebird user can create databases.
./heLen