Developer's Manual  Function Reference  Database Functions  Class $suSQL  Method selectDb

Method selectDb

Changes active database.


$suSQL
->selectDb(string database_name)

It is recommended to use database.table syntax in SQL queries, rather than switching to another database at the same server.

Please login to add comments.