Creates an empty database and registers it with Eloquera DB.
- dbName (String)
- Database name
Please note that this command DOES NOT open the database.
If the physical path to the database is not specified, the server will create one in the folder designated in the server configuration.
The usage of this function can be limited by the security settings.
db = new DB("server=localhost;user=sys;password=pwd;options=none;"); db.CreateDatabase("Movies");