Learn R Programming

⚠️There's a newer version (1.3-26.1) of this package.Take me there.

RODBC (version 1.2-1)

ODBC database access

Description

An ODBC database interface

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

15,997

Version

1.2-1

License

GPL2

Maintainer

Brian Ripley

Last Published

December 15th, 2025

Functions in RODBC (1.2-1)

sqlFetch

Reading Tables from ODBC Databases
sqlCopy

ODBC Copy
odbc

Low-level ODBC functions
odbcClose

ODBC Close Connections
odbcGetInfo

Request Information on an ODBC Connection
sqlTables

List Tables on an ODBC Database
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
setSqlTypeInfo

Specify a Mapping of R Types to DBMS Types
sqlTypeInfo

Request Information about DataTypes in an ODBC Database
RODBC-internal

Internal RODBC functions
odbcDataSources

List ODBC Data Sources
sqlSave

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

Query an ODBC Database
RODBC

ODBC Database Connectivity
RODBCtables

Operations on Tables in ODBC databases
odbcConnect

ODBC Open Connections
odbcErrors

RODBC Error-Handling Utility Functions