sqlCopy(channel, query, destination, destchannel = channel, verbose = FALSE, errors = TRUE, ...)
sqlCopyTable(channel, srctable, desttable, destchannel = channel, verbose = FALSE, errors = TRUE)
odbcConnect
.-1
.sqlSave
.sqlGetResults
.
sqlCopy
as is like sqlQuery
, but saves the output
of query
in table destination
on channel
destchannel
.
sqlCopyTable
copies the structure of srctable
to
desttable
on DSN destchannel
. This is within the
limitations of the ODBC lowest common denominator. More precise
control is possible via sqlQuery
.
sqlQuery
, sqlSave