Core Function MySQLSelectDB

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> MySQLSelectDB( <mysql>, <db name> ) </pre> === Description === Select a database. === Parameters === ==== mysql ==== The MySQL connection to use. ==== db name ==== T...")
 
m (1 revision)

Revision as of 21:40, 11 August 2014

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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox