MyConnection.OpenLocal


public function OpenLocal

Prototype:

public function OpenLocal(string db="", string username="", string password="", number flags=0)

Parameters

db
(string) has a default value of ""
username
(string) has a default value of ""
password
(string) has a default value of ""
flags
(number) has a default value of 0

Description:

TODO: Document this

Return value:

// TO DO