Core Function MySQLSelectDB
From Sputnik Wiki
MySQLSelectDB( <mysql>, <db name> )
Contents |
Description
Select a database.
Parameters
mysql
The MySQL connection to use.
db name
The database to select.
Return Value
Success: Returns 1.
Failure: Returns 0.
Remarks
None.
Example
See MySQLConnect() for an example to this.