public function DriverOpen
Prototype:
public function DriverOpen(string db, string username="", string password="", string host="localhost", string schema="hello")
Parameters
username
(string) has a default value of ""
password
(string) has a default value of ""
host
(string) has a default value of "localhost"
schema
(string) has a default value of "hello"
Description:
TODO: Document this
Return value:
// TO DO