3.9 connect

Connect to the database server.

Parameters:

$kiriwrite_dbmodule->connect();

Usage:

$kiriwrite_dbmodule->connect();

This subroutine is only required if your database module is a server-based database module. If it's a file-based database module then the subroutine should be created, but left blank.

If a database error occurs while connecting, the error returned should be 'DatabaseError' in the $error scalar and the information about the error placed in the $errorext scalar.