RODBC provides an ODBC database interface for R. The CRAN package provides access to any Open DataBase Connectivity (ODBC) accessible database.
I'm trying to catalog the structure of a MSSQL 2008 R2 database using R/RODBC. I have set up a DSN, …
r odbc rodbcI'm having some difficulty inserting a data frame into a mySql database using RODBC. Below is the code I'm using: …
mysql r rodbcI'm trying to use RODBC to write to an Excel2007 file and I keep getting errors. I've reduced the issue …
r rodbcRODBC error in Revolution R 64bit on winxp64 bit connected to Oracle using a 64bit ODBC driver thru a DSN …
r rodbcI'm writing an R script to get some database data and then do stuff with it, using the RODBC package. …
sql r formatting rodbcIs it possible to perform a bulk insert into an MS-SQL Server (2000, 2005, 2008) using the RODBC package? I know that I …
sql r rodbcInstalling the RODBC package on Ubuntu is a bit of a kludge. First I learned to install the following: $ sudo …
r packages rodbcThis is my first time connecting to Vertica. I have already connected to a MySQL database sucessfully by using RODBC …
r rodbc verticaI use RODBC with R and knitr to do some reporting using various production databases. In some of these reports …
r rodbc