Subject | Granting Create Database without actually having a database connection |
---|---|
Author | |
Post date | 2019-04-16T22:42:12Z |
With the advent of Firebird 3
Users who create databases muse have been given that permission by SYSDBA.
However even to call the command it seems you must already have a working connected database.
How do you call:
GRANT CREATE DATABASE TO USER
without actually having a database connection using IBObjects?