Learn R Programming

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

RODBC (version 1.3-17)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

19,002

Version

1.3-17

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

May 11th, 2020

Functions in RODBC (1.3-17)

RODBC-package

ODBC Database Connectivity
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
sqlTables

List Tables on an ODBC Connection
sqlSave

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

ODBC Open Connections
setSqlTypeInfo

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

Query Column Structure in ODBC Tables
sqlQuery

Query an ODBC Database
odbcDataSources

List ODBC Data Sources
sqlFetch

Reading Tables from ODBC Databases
sqlTypeInfo

Request Information about Data Types in an ODBC Database
odbcClose

ODBC Close Connections
odbc-low-level

Low-level ODBC functions
odbcGetInfo

Request Information on an ODBC Connection
RODBC-internal

Internal RODBC functions
sqlDrop

Deletion Operations on Tables in ODBC databases
sqlCopy

ODBC Copy