Learn R Programming

RODBC (version 1.3-26.1)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

18,974

Version

1.3-26.1

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

December 15th, 2025

Functions in RODBC (1.3-26.1)

sqlDrop

Deletion Operations on Tables in ODBC databases
sqlTypeInfo

Request Information about Data Types in an ODBC Database
sqlSave

Write a Data Frame to a Table in an ODBC Database
sqlTables

List Tables on an ODBC Connection
odbc-low-level

Low-level ODBC functions
odbcGetInfo

Request Information on an ODBC Connection
odbcClose

ODBC Close Connections
odbcDataSources

List ODBC Data Sources
RODBC-internal

Internal RODBC functions
setSqlTypeInfo

Specify or Query a Mapping of R Types to DBMS Types
odbcConnect

ODBC Open Connections
sqlFetch

Reading Tables from ODBC Databases
sqlQuery

Query an ODBC Database
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
RODBC-package

ODBC Database Connectivity
sqlCopy

ODBC Copy
sqlColumns

Query Column Structure in ODBC Tables