aRTconn-openDb {aRT}R Documentation

Open an existent database

Description

Open a database connection from a virtual connection.

Usage

## S4 method for signature 'aRTconn':
openDb(con, dbname, update=FALSE)

Arguments

con Object of class aRTconn.
dbname Database name.
update When the database version is older from the actual TerraLib version, set it TRUE to update to the newest version. You cannot connecto to a database older than the actual version.

Author(s)

Pedro Ribeiro de Andrade Neto

See Also

createDb to create new databases. aRTconn-class to show the description of this class.


[Package aRT version 0.4-15 Index]