Learn R Programming

RODBC (version 1.3-26)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

23,227

Version

1.3-26

License

GPL-2 | GPL-3

Maintainer

Last Published

December 12th, 2024

Functions in RODBC (1.3-26)

RODBC-internal

Internal RODBC functions
odbcConnect

ODBC Open Connections
odbcDataSources

List ODBC Data Sources
RODBC-package

ODBC Database Connectivity
odbcClose

ODBC Close Connections
sqlFetch

Reading Tables from ODBC Databases
sqlQuery

Query an ODBC Database
setSqlTypeInfo

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

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

Request Information on an ODBC Connection
sqlTables

List Tables on an ODBC Connection
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
sqlColumns

Query Column Structure in ODBC Tables
sqlTypeInfo

Request Information about Data Types in an ODBC Database
sqlCopy

ODBC Copy
sqlDrop

Deletion Operations on Tables in ODBC databases
odbc-low-level

Low-level ODBC functions