Gladius::SelectDB($dbname)
Previous  Next

Select database named $dbname in order to perform subsequent SQL statements using it.

(string) $dbname
The database folder name, with or without the trailing slash '/'. Database names are case-sensitive.

(bool) Return value
TRUE if the database exists and was successfully selected

Note: you can select a database via SQL using the USE statement