[R] Get list of ODBC data sources?
Uwe Ligges
ligges at statistik.uni-dortmund.de
Tue May 23 08:52:17 CEST 2006
Jim Porzak wrote:
> Hello R Helpers,
>
> Before setting up a connection with RODBC, I would like to present my
> users with a pick list of ODBC data sources available in their
> environment. I may be missing something, but don't see anything in
> RODBC itself to return list of sources for use in select.list(). Any
> hints?
>
> I'm running 2.3.0 on Win XP SP2.
>
Simply type
odbcConnect("")
Uwe Ligges
More information about the R-help
mailing list