
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
sqlTypeInfo(channel, type = "all", errors = TRUE, as.is = TRUE)
odbcConnect
."all", "char", "varchar", "real",
"double", "integer", "smallint", "timestamp"
.sqlGetResults
.errors
parameter. See
link{sqlGetResults}
for further details.sqlTypeInfo
attempts to find the types of columns the database
supports. Not all ODBC drivers support this. Where it is supported,
it is used to decide what column types to create when creating a new
table in the database.sqlGetResults
, odbcGetInfo