odbcListDrivers {odbc}R Documentation

List Available ODBC Drivers

Description

List Available ODBC Drivers

Usage

odbcListDrivers()

Value

A data frame with three columns. If a given driver does not have any attributes the last two columns will be NA.

name

Name of the driver

attribute

Driver attribute name

value

Driver attribute value


[Package odbc version 1.1.2 Index]