3.12 selectdb
Selects a database to use.
Parameters:
$kiriwrite_dbmodule->selectdb(options);
Usage:
$kiriwrite_dbmodule->selectdb({ DatabaseName => "database" });
options
Specifies the following options as a hash in any order.
Value |
Description |
DatabaseName |
Specifies the database to select. |
If the database does not exist then the error returned should be 'DoesNotExist' in the $error scalar.