sqlTypeInfo(channel, type = "all", errors = TRUE, as.is = TRUE)
odbcConnect
."all", "char", "varchar", "real",
"float", "double", "integer", "smallint", "timestamp"
.sqlGetResults
.errors
parameter. See
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