Learn R Programming

RODBC (version 1.3-26.3)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

17,487

Version

1.3-26.3

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

September 15th, 2026

Functions in RODBC (1.3-26.3)

RODBC-internal

Internal RODBC functions
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
odbcDataSources

List ODBC Data Sources
odbc-low-level

Low-level ODBC functions
sqlDrop

Deletion Operations on Tables in ODBC databases
sqlSave

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

Request Information about Data Types in an ODBC Database
sqlColumns

Query Column Structure in ODBC Tables
RODBC-package

ODBC Database Connectivity
odbcGetInfo

Request Information on an ODBC Connection
odbcClose

ODBC Close Connections
setSqlTypeInfo

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

List Tables on an ODBC Connection
odbcConnect

ODBC Open Connections
sqlFetch

Reading Tables from ODBC Databases
sqlQuery

Query an ODBC Database
sqlCopy

ODBC Copy