Top "Rodbc" questions

RODBC provides an ODBC database interface for R. The CRAN package provides access to any Open DataBase Connectivity (ODBC) accessible database.

RODBC Temporary Table Issue when connecting to MS SQL Server

I am running R on unix and I am using the RODBC package to connect to MS SQL server. I …

sql sql-server r rodbc
Installation of RODBC on OS X Yosemite

When installing the R package RODBC in RStudio on OS X Yosemite, I get the following error: configure: error: "ODBC …

r rodbc
sqlSave: Mapping dataframe timestamps to SQL Server timestamps

I am trying to upload a data frame to a table in sql server using sqlSave(). This dataframe has a …

sql-server r dataframe rodbc
R - Manual RODBC Windows Authentication

When using RODBC to connect to Microsoft SQL Server I know I can do the following: con <- odbcDriverConnect(…

r odbc rodbc
Connect R to Oracle database/server (ROracle, RODBC...)

I am trying to connect R to database (I just want to point out that i do not have any …

r database oracle rodbc roracle
varType usage in RODBC

I am writing to from an ODBC to a SQL Server table via the RODBC package, specifically the function sqlSave. …

sql-server r rodbc
ODBC works fine in MS Excel, but not in R

I've set up my ODBC driver so that MS Excel can import the data into a spreadsheet just fine. However, …

r odbc rodbc