Displaying 20 results from an estimated 23 matches for "rodb".
Did you mean:
rob
2012 Jan 09
2
RODBC vs gdata
Hi
one col in my Excel file contains many numbers. But on line 3000 and
some other lines are strings like "FG 1". "RODBS" seems to omit this
lines. "gdata" works, but is much slower.
Is this a bug of RODBC or do I apply it wrong?
Example with the same "file.xlsx"
library(RODBC); excel <- odbcConnectExcel2007("file.xlsx")
tab <- sqlQuery(excel, 'select * from "Tab...
2003 Feb 19
1
RODBC problems
Hello,
I successfully used RODBC very frequently, but after having updatetd to R 6.0.2, the
current RODBC-Version gives me some problems.
After connecting to my Oracle-Database via odbcConnect("") (or the necessary
information) I receive a much longer output than usual:
RODB Connection 0
Details:
case=nochange
D...
2010 Jan 18
1
Exporting a data.frame to excel using sqlSave - adds a character ' to values
Hi all,
I am using RODB to export multiple data.frames into one excel file with
multiple sheets.
One thing I can't seem to unserdatand is way the command adds the character:
'
To the beginning of each of my (non numeric) values.
Here is an example code:
library(RODBC)
library(MASS)
data(anorexia)
save2excel <...
2012 Nov 26
1
Connect R with SQLSERVER
Hi,
Here im not able to connect with MS-SQLSERVER database with *.R-File.
Previously i was able to do in R in different machine and configuration was
R Ver-2.11.1
Package Installed : RODBC_1.3-2
And now where im doinig now there the same code im trying to execute but its
not connecting.
configuration is,
R Ver-2.12
Package Installed : RODBC_1.3-2 - here iam trying to install (RODBC_1.3-6)
which will support for R 2.12. But getting error while do installation.
=====================...
2007 May 24
1
"[RODBC] ERROR: Could not SQLExecDirect"
Hi, everyone,
I try to run as follows:
Z>library("RODBC")
Z>cnct<-odbcConnectExcel("Forbes2000.xls")
Z>cnct
RODB Connection 1
Details:
case=nochange
DBQ=C:\Program Files\R\R-2.5.0\Forbes2000.xls
DefaultDir=C:\Program Files\R\R-2.5.0
Driver={Microsoft Excel Driver (*.xls)}
DriverId=790
MaxBufferSize=2048
PageTimeout...
2012 Feb 24
1
looping over string of frames when importing with 'sqlFetch' from a Microsoft Access database
Dear R-list,
I am trying to import (all) frames from a Microsoft Access database as individual data frames in a fancy loop, but I'm having troubles figuring out how to use the 'sqlFetch' from the RODBS package in a loop (mostly because I can't figure out how to loop over elements (I came from stata)
I would very much appreciate if anyone on the list could help me solve this problem, as it is an issue of connecting to a database I can't really make a working example, please bear with me....
2007 May 02
1
Query about RODBC to access MySQL from Windows
Hi
I am trying to use RODBC in R installed on Windows to
access MySQL database (on a linux box).
I set up a DSN and specified this DSN in R as follows
library(RODBC);
channel <- odbcConnect("mysqldsn");
RODB Connection 5
Details:
case=nochange
PORT=3306
........
Although this seems to connect properly, runni...
2003 Apr 01
1
RODBC, freetds, and MS SQL Server
I have a question for RODBC users out there. I have used the package with
good results for some time. However, I have just switched from an OpenLink
proprietary driver for MS SQL to the FreeTDS driver (I think it is MS SQL
Server 2000 I'm connecting to if it matters). I was/am running them from
unixODBC on a Linux...
2007 Jul 26
1
SQL server service pack 2 prob? (PR#9810)
...year 2007
month 04
day 23
svn rev 41293
language R
version.string R version 2.5.0 (2007-04-23)
> library(RODBC)
> channel <- odbcConnect("TLIAS01", uid="jeff.lindon")
> channel
RODB Connection 1
Details:
case=nochange
DSN=TLIAS01
UID=jeff.lindon
Trusted_Connection=Yes
WSID=TLIJLINDON
DATABASE=tliresearch
> d <- sqlFetch(channel, District)
Error in odbcTableExi...
2008 Jul 14
0
RODBC Seg Fault
Hi Everyone,
At the end of this email is a transcript of a problem I have found in
RODBC version 2.3-1. It appears that the bug fix in odbcClose for the
memory leak has meant that the garbage collector is falling over when it
tries to free up the extPtr attribute of the RODBC connection pointer.
Any advice on how to fix this?
Thanks for your help,
Tom
##----------------------...
2007 Feb 08
11
Best phone for easy provisioning
Does anyone have any recommendations for a phone that has easy to
understand/implement central provisioning? I've used CISCO 79XX phones,
and they're great (but too expensive). I like Grandstream phones, but
their provisioning sucks.
What is everybody else using in large environments where individual
config is not an option?
----------------------------------------
Rod Bacon
2003 Aug 06
1
RODBC with Windows XP
...database channel
with the command "odbcClose(channel)". When I try and re-establish
connection following the close command no dialog box appears
and an error message is displayed.
I am using version 1.6.2 of R.
The following is an example of this bewildering problem.
> library(RODBC)
> channel<-odbcConnect("")
>
> channel
RODB Connection 0
Details:
case=nochange
DSN=Sheetz2
UID=
PWD=
WSID=WS1223
DATABASE=Sheetz2
Trusted_Connection=Yes
>
>
>
> odbcClose(channel)
>
> channel<-odbcConnect("")
Warning message...
2010 May 04
1
strange behavior of RODBC and/or ssconvert
...low easy import of multisheet data in Excel. As far as I can see,
a direct import into R (using the XML package) is not feasible. I use
the software ssconvert (included in Gnumeric) and call it from R. It
converts the spreadsheetML into xls format.
When I now import the newly created xls-file using RODBC package, the
last row in each sheet is missing. However, when I open the xls-file
the last row is present (hence, ssconvert doesn't delete it). When I
now save the xls-file, and import it again using the RODB package, the
data is now complete.
Any idea what to do about that? My main problem i...
2009 May 21
1
Error in importing table from SQL to R
Hi Friends,
I am trying to import a table from SQL server to R(2.9.0), however i am
getting errors while running the below codes. Can anyone identify and let me
know where did i go wrong??? Thanks in anticipation :)
library(RODBC)
myconn <- odbcConnect("RDATABASE")
myconn
RODB Connection 6
Details:
case=nochange
DSN=RDATABASE
Description=Database for R
UID=Madana_Babu
WSID=IBLPN1B049040
Trusted_Connection=Yes
NEWDATASQL1 <- sqlFetch(myconne, CampaignDataLarge)
Error in odbcTableExists(chan...
2005 Sep 05
1
RODBC and 64 bit
Hi all,
I was quite succesfully working with the RODB package on a 32 bit linux
box to connect to a MSSQL Server via the freeTSL driver. After changing
to a 64 bit environment I ran into some segmentation faults using
function sqlUpdate on large database operations (the actual seg faults
occured in the call to the C function ODBCUpdate).
I just briefl...
2005 May 11
0
RODBC Oracle and VB automation with R(D)COM
I haven't been able to find any help on this and am really struggling.
I've been using RODBC 1.1-3 and R(D)COM v1.35 for a little over a year
successfully with my Access Database, and now im switching to Oracle 9i.
I use R 2.0.1 on a Windows XP platform, 1GB ram, 2GHz Intel Processor)
When I connect through the Rgui R console, the connection is successful
(but through VB the attempt fail...
2007 Jul 26
0
(PR#9810) Problem with careless user of RODBC (was SQL
...os mingw32
> system i386, mingw32
> status
> major 2
> minor 5.0
> year 2007
> month 04
> day 23
> svn rev 41293
> language R
> version.string R version 2.5.0 (2007-04-23)
>> library(RODBC)
>> channel <- odbcConnect("TLIAS01", uid="jeff.lindon")
>> channel
> RODB Connection 1
> Details:
> case=nochange
> DSN=TLIAS01
> UID=jeff.lindon
> Trusted_Connection=Yes
> WSID=TLIJLINDON
> DATABASE=tliresearch
>> d <- sql...
2007 Mar 13
2
RODBC Excel sqlQuery insert into
I have searched the archives for using insert into to update spreadsheets
using RODBC and have come up short. So, first off, is it possible?
I have put together a dummy xls table (c:\foo.xls)for exploring
possibilities of RODBC. Ultimately, I am interested in replacing much of
our previous use of vba macros with R ( I'd prefer elimination, but will
take what I can get )....
2008 Feb 15
0
Error RODBC: Random termination of R
Dear list,
I get random terminations of R-2.6.2 when using RODBC-1.2_3 and a remote
PostgreSQL-8.2.6 database, unixodbc-2.2.11-16,
odbc-postgresql-1:08.01.0200-2.1 on Ubuntu Linux 7.10.
The exact messages can be seen below. It seems that there is some memory
corruption going on. But it seems random to me and can neither be related to
addPK=T/F or fast=T/F. It...
2004 Jun 15
2
S/R/RWeb/ODBC
...for the S+ Statserver. I'm now going through the motions of migrating
S+/Statserver applications to R/RWeb as a feasability exercise. I can access
databases using ODBC directly in R or S, and using Statserver, but I have
not succeeded at extracting into R in RWebs batch mode. I can 'require
RODBC' in .Rprofile with apparent success, but the results of odbcConnect
differ from those when the command is typed into the R commands window.
Instead of a parameter list I get a -1. Does anyone know the solution to
this problem? Also, might anyone know the comparative merits of using some
PERL m...