Learn R Programming

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

RODBC (version 1.3-15)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

36,803

Version

1.3-15

License

GPL-2 | GPL-3

Maintainer

Last Published

May 5th, 2017

Functions in RODBC (1.3-15)

sqlFetch

Reading Tables from ODBC Databases
sqlQuery

Query an ODBC Database
odbcConnect

ODBC Open Connections
odbcDataSources

List ODBC Data Sources
odbcGetInfo

Request Information on an ODBC Connection
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
sqlTypeInfo

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

Internal RODBC functions
RODBC-package

ODBC Database Connectivity
odbc-low-level

Low-level ODBC functions
odbcClose

ODBC Close Connections
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
sqlCopy

ODBC Copy
sqlDrop

Deletion Operations on Tables in ODBC databases