odbcDataSources(RODBC)
odbcDataSources()所属R语言包:RODBC
List ODBC Data Sources
列表ODBC数据源
译者:生物统计家园网 机器人LoveR
描述----------Description----------
List known ODBC data sources.
列出已知的ODBC数据源。
用法----------Usage----------
odbcDataSources(type = c("all", "user", "system"))
参数----------Arguments----------
参数:type
User DSNs, system DSNs or all?
用户DSN,系统DSN呢?
值----------Value----------
A named character vector of DSN descriptions, with names the DSNs.
指定的字符向量的DSN描述,名称的DSN。
(作者)----------Author(s)----------
Brian Ripley
实例----------Examples----------
> odbcDataSources()
test sqlite3 testpg
"MySQL" "sqlite3" "PostgreSQL"
or
testdb3 sqlite3
"MySQL ODBC 3.51 Driver" "SQLite3 ODBC Driver"
bdr.xls testacc
"Microsoft Excel Driver (*.xls)" "Microsoft Access Driver (*.mdb)"
testpg SQLServer
"PostgreSQL ANSI" "SQL Native Client"
Oracle DB2
"Oracle in OraDb10g_home1" "IBM DB2 ODBC DRIVER - DB2COPY1"
testpgw testdb5
"PostgreSQL Unicode" "MySQL ODBC 5.1 Driver"
SQLite Datasource SQLite UTF-8 Datasource
"SQLite ODBC Driver" "SQLite ODBC (UTF-8) Driver"
SQLite3 Datasource mimdb
"SQLite3 ODBC Driver" "MIMER"
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|