Learn R Programming

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

RODBC (version 1.1-4)

ODBC database access

Description

An ODBC database interface

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

15,997

Version

1.1-4

License

GPL2

Maintainer

Brian Ripley

Last Published

December 15th, 2025

Functions in RODBC (1.1-4)

odbcConnect

ODBC Open Connections
odbcErrors

RODBC Error-Handling Utility Functions
odbc

Low-level ODBC functions
RODBC-internal

Internal RODBC functions
odbcGetInfo

Request Information on an ODBC Connection
sqlTables

List Tables on an ODBC Database
sqlSave

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

Request Information about DataTypes in an ODBC Database
sqlCopy

ODBC Copy
RODBC

ODBC Database Connectivity
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
sqlFetch

Reading Tables from ODBC Databases
odbcClose

ODBC Close Connections
RODBCtables

Operations on Tables in ODBC databases
setSqlTypeInfo

Specify a Mapping of R Types to DBMS Types
sqlQuery

Query an ODBC Database