Learn R Programming

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

RODBC (version 1.3-19)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

19,002

Version

1.3-19

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

September 16th, 2021

Functions in RODBC (1.3-19)

odbcClose

ODBC Close Connections
RODBC-internal

Internal RODBC functions
odbcConnect

ODBC Open Connections
odbc-low-level

Low-level ODBC functions
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
odbcDataSources

List ODBC Data Sources
sqlColumns

Query Column Structure in ODBC Tables
setSqlTypeInfo

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

Request Information on an ODBC Connection
RODBC-package

ODBC Database Connectivity
sqlTypeInfo

Request Information about Data Types in an ODBC Database
sqlCopy

ODBC Copy
sqlDrop

Deletion Operations on Tables in ODBC databases
sqlSave

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

Reading Tables from ODBC Databases
sqlQuery

Query an ODBC Database
sqlTables

List Tables on an ODBC Connection