Learn R Programming

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

RODBC (version 1.3-14)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

20,676

Version

1.3-14

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

September 26th, 2016

Functions in RODBC (1.3-14)

odbcGetInfo

Request Information on an ODBC Connection
odbcClose

ODBC Close Connections
odbcDataSources

List ODBC Data Sources
RODBC-package

ODBC Database Connectivity
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
odbc-low-level

Low-level ODBC functions
setSqlTypeInfo

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

ODBC Open Connections
RODBC-internal

Internal RODBC functions
sqlColumns

Query Column Structure in ODBC Tables
sqlCopy

ODBC Copy
sqlFetch

Reading Tables from ODBC Databases
sqlTables

List Tables on an ODBC Connection
sqlDrop

Deletion Operations on Tables in ODBC databases
sqlTypeInfo

Request Information about Data Types in an ODBC Database
sqlQuery

Query an ODBC Database
sqlSave

Write a Data Frame to a Table in an ODBC Database