# NOT RUN {
##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)
# }
Run the code above in your browser using DataLab