Learn R Programming

RODBC (version 1.3-26.2)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

16,475

Version

1.3-26.2

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

August 11th, 2026

Functions in RODBC (1.3-26.2)

setSqlTypeInfo

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

List ODBC Data Sources
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
sqlColumns

Query Column Structure in ODBC Tables
RODBC-package

ODBC Database Connectivity
odbcClose

ODBC Close Connections
odbc-low-level

Low-level ODBC functions
RODBC-internal

Internal RODBC functions
odbcConnect

ODBC Open Connections
odbcGetInfo

Request Information on an ODBC Connection
sqlQuery

Query an ODBC Database
sqlTables

List Tables on an ODBC Connection
sqlCopy

ODBC Copy
sqlTypeInfo

Request Information about Data Types in an ODBC Database
sqlDrop

Deletion Operations on Tables in ODBC databases
sqlSave

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

Reading Tables from ODBC Databases