|
The mi_dbcreate() function creates a new database on the given connection.
For additional information about the MI_DATABASE_INFO structure, see the description of the mi_get_database_info() function.
| MI_OK | indicates that the function was successful; the new database exists. |
| MI_ERROR | indicates that the function was not successful. An exception was raised, and the database was not created. |
See the descriptions of the following functions: mi_server_connect(), mi_login(), mi_open(), mi_get_database_info(), and mi_dbdrop().