rodbc Questions

1

Solved

I've looked at the 'Pass R variable to RODBC's sqlQuery with multiple entries? ' already but can't seem to get it to work. I'm trying to do an sqlQuery() from R on a SQL Server 2008 R2 db. I'm tryi...
Ryder asked 26/12, 2011 at 21:27

1

Solved

I am trying to upload a data frame to a table in sql server using sqlSave(). This dataframe has a timestamp in it and I'd like to map the timestamp col to a datetime col in sqlserver. I am getting...
Montespan asked 15/12, 2011 at 20:39

2

Solved

I'm trying to understand how RODBC determines the column types of a newly created (Access) table? The R documentation of sqlSave is very cryptic: "types are selected by consulting arguments varType...
Penurious asked 28/7, 2010 at 10:9

2

Solved

I am accessing a commercial DB. Via prompt: select PersonCode, PersonDate from CODB.mastertable where PersonCode=42 PersonCode PersonDate ----------- ------------ 42 Jan 3 2011 42 Jan 3 2011...
Mixtec asked 10/5, 2011 at 20:34

4

Solved

RODBC error in Revolution R 64bit on winxp64 bit connected to Oracle using a 64bit ODBC driver thru a DSN library(RODBC) db <- odbcConnect("oraclemiso",uid="epicedf",pwd="…") rslts = sqlQuery(d...
Pulmonate asked 4/8, 2010 at 15:19

2

Solved

Installing the RODBC package on Ubuntu is a bit of a kludge. First I learned to install the following: $ sudo apt-get install r-cran-rodbc That wasn't good enough as the package was still looki...
Muscular asked 6/8, 2010 at 18:9

3

Solved

I'm trying to create a procedure which extracts data from a MySQL server (using the RODBC package), performs some statistical routines on that data in R, then saves generated plots back to the serv...
Hexamethylenetetramine asked 19/7, 2010 at 21:37

2

Solved

I am creating some graphs which I want to update into a database table. The procedure I am following is: create the graphs as a png/jpeg file. Read that file as a binary vector sqlUpdate My cod...
Tempietempla asked 19/2, 2010 at 12:50

3

Solved

I'd like to save a plot image directly to the database. Is the best way in R to do this: Write the plot image (png) to the filesystem Read the file that was written Send the file to the database...
Picofarad asked 12/1, 2010 at 0:3

© 2022 - 2024 — McMap. All rights reserved.