Learn R Programming

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

RODBC (version 1.2-3)

ODBC Database Access

Description

An ODBC database interface

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

23,050

Version

1.2-3

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

December 12th, 2024

Functions in RODBC (1.2-3)

odbcConnect

ODBC Open Connections
setSqlTypeInfo

Specify a Mapping of R Types to DBMS Types
sqlTables

List Tables on an ODBC Database
sqlTypeInfo

Request Information about DataTypes in an ODBC Database
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
odbcClose

ODBC Close Connections
odbcErrors

RODBC Error-Handling Utility Functions
sqlSave

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

List ODBC Data Sources
RODBCtables

Operations on Tables in ODBC databases
sqlCopy

ODBC Copy
RODBC

ODBC Database Connectivity
sqlQuery

Query an ODBC Database
sqlFetch

Reading Tables from ODBC Databases
RODBC-internal

Internal RODBC functions
odbcGetInfo

Request Information on an ODBC Connection
odbc

Low-level ODBC functions