odbcListDataSources {odbc} | R Documentation |
List Available Data Source Names
Description
List the available data sources on your system. See the DSN Configuration files section of the package README for details on how to install data sources for the most common databases.
Usage
odbcListDataSources()
Value
A data frame with two columns.
- name
Name of the data source
- description
Data Source description
[Package odbc version 1.3.3 Index]