initialize {aRT}R Documentation

"aRT"

Description

Initializer of aRT objects

Usage

obj = openConn(user="user", pass="pass", port=port, host="localhost")

Arguments

user:
User of the DBMA. The default is the name logged in the system.
password:
Password. The default is "".
port:
Port of the connection. The default value is 3306.
host:
Host to connect. The default is "localhost".

Note

If an error occours, the connection could not be established.

Author(s)

Marcos Aurelio Carrero and Pedro Ribeiro de Andrade Neto

References

http://www.est.ufpr.br/aRT

See Also

See aRT-showDbs to show the databases or aRT-class to show the description of this class.


[Package aRT version 0.3-6 Index]