Learn R Programming

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

RODBC (version 1.3-16)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

19,388

Version

1.3-16

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

September 3rd, 2019

Functions in RODBC (1.3-16)

odbcGetInfo

Request Information on an ODBC Connection
RODBC-internal

Internal RODBC functions
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
sqlTypeInfo

Request Information about Data Types in an ODBC Database
RODBC-package

ODBC Database Connectivity
sqlQuery

Query an ODBC Database
sqlFetch

Reading Tables from ODBC Databases
sqlCopy

ODBC Copy
sqlDrop

Deletion Operations on Tables in ODBC databases
sqlSave

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

List Tables on an ODBC Connection
setSqlTypeInfo

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

Query Column Structure in ODBC Tables
odbcConnect

ODBC Open Connections
odbcDataSources

List ODBC Data Sources
odbcClose

ODBC Close Connections
odbc-low-level

Low-level ODBC functions