Package: odbc 1.7.0.9000

odbc: Connect to ODBC Compatible Databases (using the DBI Interface)
A DBI-compatible interface to ODBC databases.
Authors:
odbc_1.7.0.9000.tar.gz
odbc_1.7.0.9000.zip(r-4.7)odbc_1.7.0.9000.zip(r-4.6)odbc_1.7.0.9000.zip(r-4.5)
odbc_1.7.0.9000.tgz(r-4.6-x86_64)odbc_1.7.0.9000.tgz(r-4.6-arm64)odbc_1.7.0.9000.tgz(r-4.5-x86_64)odbc_1.7.0.9000.tgz(r-4.5-arm64)
odbc_1.7.0.9000.tar.gz(r-4.7-arm64)odbc_1.7.0.9000.tar.gz(r-4.7-x86_64)odbc_1.7.0.9000.tar.gz(r-4.6-arm64)odbc_1.7.0.9000.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
odbc/json (API)
NEWS
| # Install 'odbc' in R: |
| install.packages('odbc', repos = c('https://zeehio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-dbi/odbc/issues
Pkgdown/docs site:https://odbc.r-dbi.org
Last updated from:a2dfdb7b9c (on databricks-config-file). Checks:11 ERROR, 1 OK, 1 FAIL. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | ERROR | 180 | ||
| linux-devel-x86_64 | ERROR | 180 | ||
| source / vignettes | OK | 304 | ||
| linux-release-arm64 | ERROR | 171 | ||
| linux-release-x86_64 | ERROR | 195 | ||
| macos-release-arm64 | ERROR | 216 | ||
| macos-release-x86_64 | ERROR | 474 | ||
| macos-oldrel-arm64 | ERROR | 171 | ||
| macos-oldrel-x86_64 | ERROR | 621 | ||
| windows-devel | ERROR | 202 | ||
| windows-release | ERROR | 173 | ||
| windows-oldrel | ERROR | 196 | ||
| wasm-release | FAIL | 131 |
Exports:databricksdbAppendTabledbBegindbBinddbClearResultdbColumnInfodbCommitdbConnectdbDataTypedbDisconnectdbExecutedbExistsTabledbFetchdbGetInfodbGetQuerydbGetRowCountdbGetRowsAffecteddbGetStatementdbHasCompleteddbIsValiddbListFieldsdbListTablesdbQuoteIdentifierdbQuoteStringdbRemoveTabledbRollbackdbSendQuerydbSendStatementdbWriteTableisTempTableodbcodbcDataTypeodbcEditDriversodbcEditSystemDSNodbcEditUserDSNodbcListColumnsodbcListConfigodbcListDataSourcesodbcListDriversodbcListObjectsodbcListObjectTypesodbcPreviewObjectodbcSetTransactionIsolationLevelquote_valueredshiftshowsnowflakesqlCreateTablesqlData
Dependencies:bitbit64blobcliDBIgluehmslifecyclepkgconfigRcpprlangvctrs
Benchmarks
Rendered frombenchmarks.Rmdusingknitr::rmarkdownon May 19 2026.Last update: 2023-12-14
Started: 2023-12-12
Developing odbc
Rendered fromdevelop.Rmdusingknitr::rmarkdownon May 19 2026.Last update: 2026-05-12
Started: 2023-12-14
Installing and Configuring Drivers
Rendered fromsetup.Rmdusingknitr::rmarkdownon May 19 2026.Last update: 2024-02-23
Started: 2023-12-12
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Helper for Connecting to Databricks via ODBC | databricks DatabricksOdbcDriver-class dbConnect,DatabricksOdbcDriver-method |
| Convenience functions for reading/writing DBMS tables | dbAppendTable,OdbcConnection-method DBI-tables dbWriteTable,OdbcConnection,character,data.frame-method dbWriteTable,OdbcConnection,Id,data.frame-method dbWriteTable,OdbcConnection,SQL,data.frame-method sqlCreateTable,OdbcConnection-method |
| List remote tables and fields for an ODBC connection | dbListTables,OdbcConnection-method |
| Helper method used to determine if a table identifier is that of a temporary table. | isTempTable isTempTable,OdbcConnection,Id-method isTempTable,OdbcConnection,SQL-method |
| Connect to a database via an ODBC driver | dbConnect dbConnect,OdbcDriver-method odbc |
| Connecting to Snowflake via ODBC | dbExistsTableForWrite,Snowflake,character-method odbcConnectionColumns,Snowflake,character-method |
| Return the corresponding ODBC data type for an R object | odbcDataType odbcDataType,ACCESS-method odbcDataType,ANY-method odbcDataType,BigQuery-method odbcDataType,Hive-method odbcDataType,Impala-method odbcDataType,Microsoft SQL Server-method odbcDataType,MySQL-method odbcDataType,NetezzaSQL-method odbcDataType,Oracle-method odbcDataType,PostgreSQL-method odbcDataType,Redshift-method odbcDataType,Snowflake-method odbcDataType,Spark SQL-method odbcDataType,SQLite-method odbcDataType,Teradata-method odbcDataType,Vertica Database-method |
| List columns in an object. | odbcListColumns |
| List locations of ODBC configuration files | odbcEditDrivers odbcEditSystemDSN odbcEditUserDSN odbcListConfig |
| List Configured Data Source Names | odbcListDataSources |
| List Configured ODBC Drivers | odbcListDrivers |
| List objects in a connection. | odbcListObjects |
| Return the object hierarchy supported by a connection. | odbcListObjectTypes |
| Preview the data in an object. | odbcPreviewObject |
| Set the Transaction Isolation Level for a Connection | odbcSetTransactionIsolationLevel |
| Quote special character when connecting | quote_value |
| Helper for Connecting to Redshift via ODBC | dbConnect,RedshiftOdbcDriver-method redshift RedshiftOdbcDriver-class |
| Helper for connecting to Snowflake via ODBC | dbConnect,SnowflakeOdbcDriver-method snowflake SnowflakeOdbcDriver-class |
