odbcClose {RODBC} | R Documentation |
Close connections to ODBC databases.
odbcClose(channel) close(con, ...) odbcCloseAll()
channel, con |
RODBC connection object returned by odbcConnect . |
... |
additional arguments passed from the generic. |
odbcClose
cleans up and frees resources. It is also the method for the
generic function close
.
odbcCloseAll
closes all open channels,
Function odbcClose
returns invisibly a logical indicating if it
succeeded.
Michael Lapsley, Brian Ripley