Subject Granting Create Database without actually having a database connection
Author

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?