ConnectionODBC-class {stacomirtools} | R Documentation |
ConnectionODBC class
Description
ConnectionODBC class
Value
connectionODBC an S4 object of class connectionODBC
Slots
baseODBC
"vector" (of length 3, character)
silent
"logical"
etat
"ANY" # can be -1 or string
connection
"ANY" # could be both string or S3
Note
Mother class for connection, opens the connection but does not shut it
Author(s)
Cedric Briand cedric.briand@eptb-vilaine.fr
Examples
##this wont be run as the user need to manually configure the connection before using it
## Not run:
object=new("ConnectionODBC")
object@baseODBC=c("myODBCconnection","myusername","mypassword")
object@silent=FALSE
object<-connect(object)
odbcClose(object@connection)
## End(Not run)
[Package stacomirtools version 0.6.0.1 Index]