SLConnection.DriverOpen


public function DriverOpen

Prototype:

public function DriverOpen(string db, string username="", string password="", string host="localhost", number port=0, string tty="", flags="")

Parameters

db
(string) // TO DO
username
(string) has a default value of ""
password
(string) has a default value of ""
host
(string) has a default value of "localhost"
port
(number) has a default value of 0
tty
(string) has a default value of ""
flags
has a default value of ""

Description:

TODO: Document this

Return value:

// TO DO