Learn R Programming

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

RODBC (version 1.2-2)

ODBC Database Access

Description

An ODBC database interface

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

19,388

Version

1.2-2

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

December 12th, 2024

Functions in RODBC (1.2-2)

RODBC-internal

Internal RODBC functions
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
odbcGetInfo

Request Information on an ODBC Connection
odbcDataSources

List ODBC Data Sources
odbc

Low-level ODBC functions
RODBC

ODBC Database Connectivity
odbcErrors

RODBC Error-Handling Utility Functions
sqlTypeInfo

Request Information about DataTypes in an ODBC Database
sqlFetch

Reading Tables from ODBC Databases
sqlCopy

ODBC Copy
odbcConnect

ODBC Open Connections
RODBCtables

Operations on Tables in ODBC databases
sqlSave

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

Query an ODBC Database
sqlTables

List Tables on an ODBC Database
odbcClose

ODBC Close Connections
setSqlTypeInfo

Specify a Mapping of R Types to DBMS Types