Function Connection.selectDB
Select a current database.
Prototype
void selectDB(
								
  string dbName
								
);
							
						Parameters
| Name | Description | 
|---|---|
| dbName | Name of the requested database | 
Throws
MySQLException
Select a current database.
void selectDB(
								
  string dbName
								
);
							
						| Name | Description | 
|---|---|
| dbName | Name of the requested database | 
MySQLException