Learn R Programming

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

RODBC (version 1.3-25.1)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

23,227

Version

1.3-25.1

License

GPL-2 | GPL-3

Maintainer

Last Published

December 11th, 2024

Functions in RODBC (1.3-25.1)

sqlCopy

ODBC Copy
sqlQuery

Query an ODBC Database
sqlTables

List Tables on an ODBC Connection
odbc-low-level

Low-level ODBC functions
odbcDataSources

List ODBC Data Sources
sqlColumns

Query Column Structure in ODBC Tables
RODBC-internal

Internal RODBC functions
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
odbcGetInfo

Request Information on an ODBC Connection
odbcClose

ODBC Close Connections
odbcConnect

ODBC Open Connections
RODBC-package

ODBC Database Connectivity
setSqlTypeInfo

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

Request Information about Data Types in an ODBC Database
sqlSave

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

Reading Tables from ODBC Databases
sqlDrop

Deletion Operations on Tables in ODBC databases