Displaying 20 results from an estimated 4000 matches similar to: "RODBC update"
2002 Jan 11
1
RODBC finding dsn information using OpenLink iODBC drivers
I'm using RODBC to connect to a MS SQL server. I've been able to get it
to work without much of a hitch in windows. However, I'm using
OpenLink's iODBC drivers on the Linux side and I'm not sure how RODBC is
able to find information about the dsn's (which is in the odbc.ini
file?). I've tested the connection with the test program included by
OpenLink and
2016 Jun 20
4
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
"R CMD check sos" with R 3.3.0 under Mac OS X 10.11.5 ends as
follows:
>* checking package dependencies ... ERROR
>Package suggested but not available: ?RODBC?
>
>The suggested packages are required for a complete check.
>Checking can be attempted without them by setting the environment
>variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
2003 Oct 15
1
RODBC on Mac OSX pointers?
Hi,
I'm trying to get to grips with accessing my postgresql tables in R
using RODBC. I have Mac OS 10.2.8 (Darwin 6.8) installed and R 1.8.0
installed from source and I have updated RODBC to 1.0-4.
On the ODBC manager end, I am using OpenLink software's iODBC
Administrator and I've set up a User DSN called "PostGRES" - odbctest
suggests that this is functioning:
>
2005 Oct 29
2
RODBC Error
Hello,
I'm using R 2.2.0 on a Mac and attempting to use the RODBC package to
connect to a PostgreSQL server on the local network. I can't tell
whether my problem is in R, or in ODBC setup.
I got drivers from OpenLink, created a dsn and tested it using the
iODBC application. then I load the RODBC package, use this code and
get the following error. I tried with both the
2006 Feb 02
3
Strange SQL Server error
Hi,
In an app I''m developing I''ve run into a strange problem. I''ve created
some controllers and models using the scaffolding generator and
everything seemed to work fine.
However I''ve noticed that a particular model I''ve created always fails
its tests and I can''t test it out in a browser due to the same error I''m
getting which is:
2005 Oct 04
1
IODBC instead of UNIXODBC
Hello.
It's possible to use IODBC instead UNIXODBC with realtime?
As I see, the res Makefile load a odbcinst.h file, but
in IODBC there's not this file.
I change the res Makefile (iodbcinst.h instead odbcinst.h)
and the make create the res_odbc.so.
But when asterisk boot it don't start showing:
[res_odbc.so]Oct 4 10:24:43 WARNING[9748]: loader.c:314 __load_resource:
libiodbc.so.2:
2005 Mar 12
2
RODBC, IODBC and Mac OS X
Dear All,
As some of you in the archive, i am experiencing problems in using
RODBC with IODBC on Mac OS X Panther.
I am currrently facing two problems.
The first one is apparently linked with IODBC (according to returned R
error message) although testing the database access from IODBC manager
seems to work fine.
The second is by far more radical, R purely and simply reports an error
,
2001 Jun 22
4
RODBC
Hi,
I have tried to install.packages("RODBC"), but it balks:
Installing source package `RODBC'' ...
creating cache ./config.cache
checking for library containing SQLTables... no
configure: error: no ODBC driver manager found
ERROR: Configuration failed for package `RODBC''
What am I missing?
What and where should "SQLTables" be? In another package?
What
2005 Apr 08
2
BUG in RODBC with OS X?
This is my second posting on this topic, the first recieved no
replies. Has anyone successfully used RODBC on the OS X platform?
I've tested the ODBC drivers I'm using with two other applications and
I've had no problems. I begining to think the problem is with R/RODBC
and not the drivers.
Here are the specifics:
I'm having a problem connecting to an MS SQL Database via RODBC
2007 Mar 20
1
odbcConnect - no data source and default driver
I am trying to connect sybase sql databast from R using RODBC pkg and
getting the following error ( i chnaged names to my*** but when I actually
execute it, I put down names explicitly not calling some character strings)
> channel = odbcConnect(dsn='mydsn',uid='myid',pwd='mypasswd')
Warning messages:
1: [RODBC] ERROR: state IM002, code 0, message [iODBC][Driver
2011 Nov 25
1
Help for RODBC usage on mac
Hi all,
I try to use RODBC on my mac machine. I google a lot but could not find a
very comprehensive tutorial. Finally, I install iODBC, but there's no
driver in iODBC. And I found some commercial ODBC driver. Actaully I just
want to learn it ,so free driver will be suitable for me.
Does anyone how to use RODBC on mac environment ? And is there any
comprehensive tutorial on it ?
Thanks
--
2002 Jun 06
4
R and mysql on debian
Hello,
I have been using RODBC on Windows with version 1.41 of R successfully,
connecting to a mysql database using MyODBC. Now I would like to do so
with R under Debian/GNU Linux.
I just tried RMySQL (install failed, since mysql libraries were not found),
DBI (no MySQL driver available) and I can't find the RODBC package
any more on CRAN.
Any suggestions?
Johannes Ranke
P.S.: Thanks for
2002 Jan 25
1
RODBC, Apache, Linux
This may be as much of a Linux Newbie question as an RODBC question. I've
managed to get iODBC working on my RedHat 7.2 system. I can load the
library and run it as root. However, I would like to be able to run it via
Perl and Apache over the web. I'm not sure what I need to change in order
to let "nobody" (the user running the scripts off of Apache) load the
library. I can
2001 Oct 31
1
shared libraries on FreeBSD 4.*
I've used R for a couple of years on FreeBSD with few problems. Recently,
a couple of the contributed packages seem to have difficulty finding
symbols in the shared libraries. Currently, I'm running R 1.3.1 on FreeBSD
4.4. I've tried setting LD_LIBRARY_PATH to /usr/local/lib
and some other things. The packages I've had trouble with are:
Matrix 0.3.15
RODBC 0.8.3
RSPython 0.3
2004 May 10
1
RODBC in RAqua
I've been trying to get RODBC working in RAqua. For my database,
let's call it "mydb", when I enter
odbcConnect("mydb")
or
odbcConnect("mydb", uid="postgres", pwd="secret"),
RAqua thinks for about 10 seconds, then crashes.
mydb is a PostgreSQL 7.4.2 database running on my machine (Mac OS X
10.3.3). I am using the pgsqlodbc 7.2.5 driver
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 Client. I think I have it set up fine since I can use
"isql"
1999 Oct 04
1
SQL-Interface
Can anyone give advice how to interactively exchange data between R and
SQL-Databases like DB2, ORACLE, MS-SQL-Server ?
If the answer is: 'currently not', this would be information for me as well.
I will summarize to the list.
Best regards
--
Dr. Jens Oehlschl?gel-Akiyoshi
MD FACTORY GmbH
Bayerstrasse 21
80335 M?nchen
Tel.: 089 545 28-27
Fax.: 089 545 28-10
http://www.mdfactory.de
2007 Apr 18
1
How to call stored procedure on iodbc
Hi all,
I am getting a problem in calling Stored Procedure from C++
application on macintosh using OpenLink.
Exact scenario is that my stored procedure takes 6 parameters out of
which 1 parameter is out parameter and other 5 are input parameters.
So it uses 5 IN parameters as values for inserting a row in database
and returns its max id as out parameter.
Code Snippet is given below :--
2009 Jan 09
1
shake rattle() and roll
Graham,
nice package this :-)-O.
It was easy to set up MySQL but I struggled immensely to get the stock
ODBC working with PostgreSQL (8.3), which has been discussed on the
mailing list before (Prof Brian):
Warning messages:
1: In odbcDriverConnect(st, ...) :
[RODBC] ERROR: Could not SQLDriverConnect
2: In odbcDriverConnect(st, ...) : ODBC connection failed
aka (DBD::ODBC in Perl)
Missing
2003 Jan 03
2
R talking to Oracle, ODBC drivers available ?
[sorry, but this is a re-post - I forgot to set the subject line
the first time around]
Hello,
I would like to access an Oracle database running on Solaris from
R on my linux desktop. I have had a look at the R Data Import/Export
manual, and downloaded RODBC and unixODBC, but I am still quite confused
about how to proceed. It appears to me that I still need to get an Oracle
ODBC driver, and