Displaying 20 results from an estimated 171 matches for "sybase".
2009 Oct 14
18
sybase in rails2?
Has anyone actually gotten the activerecord-sybase-adapter to work in
Rails2?
I can''t seem to, and can''t figure out why. I am on RedHat linux.
I have the sybase client libraries installed, I have the adapter
installed. After installing the patch at
https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2455-update-f...
2009 Feb 10
1
need help with installRExcel()
...[2416]
SetEnvironmentVariable("PATH","C:\progra~1\oracle\product\10.2.0\bin;C:\Program
Files\blp\API\dde\;C:\Program Files\blp\API\;C:\Program
Files\TimeScape\Program;C:\Program
Files\Reuters\Common\Login;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\sybase\OLEDB\;C:\Program Files\sybase\odbc;C:\Program
Files\sybase\ocs-12_5\dll;C:\Program
Files\sybase\OCS-12_5\lib3p;C:\Program
Files\sybase\ocs-12_5\bin;C:\Program
Files\oracle\product\9.2.0.1\bin;C:\Program
Files\oracle\product\9.2.0.1\jre\1.1.8\bin;C:\Program
Files\oracle\product\9.2.0.1\jre\1....
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in
rpmforge
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm
Compiled python-sybase-0.39 by hand, and also via rpm.
http://www.redhat.com/archives/fedora-package-review/2008-August/msg01790.html
This spec file modified to compile on x86_64:
http://gohanman.com/rpm/Fedora9/freetds-devel/freetds-devel.spec
--- python-sybase.spec 2008-10-05 21:53:49.000000000 -0600
+++ python-syb...
2003 Jul 11
4
module : cdr_sybase.so
If anyone is interested ... just in case! :-)... I have tried to write ,
based on the cdr_mysql.so module, an Sybase module.
To compile you can use something like that:
export SYBPLATFORM=linux
export SYBASE=/opt/sybase
cc -I$SYBASE/include -c -o cdr_sybase.o cdr_sybase.c
cc -shared -Xlinker -x -o cdr_sybase.so cdr_sybase.o -lsybdb -lm
-L$SYBASE/lib
(anyone could write the corect Makefile inside the cdr dir.?)...
2006 Feb 01
5
Sybase ctlib Adapter
Hi,
I''ve been trying to update Will Sobel''s sybase-ctlib adapter to pass
unit tests on Rails 1.0. It''s been a slow, sloggy process for me so
far, as I''ve been learning Ruby, Rails, and Sybase administration all
in one go. (c: It''s been a saving grace to have a good starting
point (thanks Will!).
http://dev....
2003 Dec 18
1
R and Sybase
Hi,
I'm trying to get R connected to Sybase on a Linux
machine. I'm relatively new to databases,
particularly the connectivity side.
Do I have to use RODBC and install ODBC support on the
system (a huge pain with Sybase, as you have to
install a scaled-down version of Sybase itself on the
system to get it to work with ODBC), or can I so...
2012 Jul 30
1
why querying Sybase IQ using RODBC returns error ?
Hello,
I am not able to query Sybase IQ database from R using RODBC package.
Check the below code
R> sybaseiq.query <- function (sql, ..., as.is = FALSE)
{
connstr <- "Driver={Sybase
IQ};UID=ajadhav2;PWD=*****;ServerName=PSGSESHR01A_IQ;CommLinks=SharedMemory,TCPIP{host=psgseshr01_iq.sg.csfb.com;port=3051}"...
2007 Oct 05
1
Where Can I find Perl-DBD-Sybase RPMs?
It's not in CentosPlus or CentosBase or Rpmforge.
Does anyone know? (Looking for it for Centos 4.4)
Thanks
2010 Apr 28
1
Trying to get Rails working with Sybase ASE
Hi
I''m trying to use the activerecord-sybase-adapter to be able to use ASE with
my rails applications.
But, I am struggling...
I followed (most of) the steps on this informative page:
http://trevoke.net/blog/2009/09/11/connecting-to-sybase-with-rails-on-windows-xp/
Initially I had Rails 2.3.5 installed.
I copied the "Ruby Sybase files&...
2002 Oct 22
0
dyn.load()
Dear R-help,
I am trying to use routines written in C and Embedded SQL on Sybase in R using dyn.load().
I compiled a couple of test functions into a .so file which I tried to load with R's dynl.load(). This is what happened:
> dyn.load("libRClib.so")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/home...
2012 May 04
1
Why does RODBC driver returns garbage from Sybase server on new windows 7 machine?
Hi,
I am trying to query a Sybase database on my new windows 7 machine. I am
using native sybase driver "Adaptive server Enterprise" following is example
code
conn <- sprintf("driver=Adaptive server
Enterprise;server=PHKSESMD01;database=smd_live;uid=temp_user;password=temp_pass;port=2301")
chan <- odbc...
2009 Aug 28
0
Error connecting to Sybase (odd)
I have activerecord-sybase-adapter installed -- and Sybase itself, so I
have the drivers.
In irb or in the rails console, this works:
ActiveRecord::Base.establish_connection(
:adapter => “sybase”,
:database => “mydb”,
:host => “myhost”,
:myport => myport,
:username => “read_only”,
:password => “read_only”...
2014 Nov 05
0
why RODBC on windows 7 with Sybase, returns garbage?
...er has to be registered with ODBC management tool so that it can be picked up automatically.
Regards,
Alok
From: James Mathew [via R] [mailto:ml-node+s789695n4699208h81 at n4.nabble.com]
Sent: Wednesday, November 05, 2014 5:04 AM
To: Jadhav, Alok (KFET 63)
Subject: Re: why RODBC on windows 7 with Sybase, returns garbage?
Hi Alok and all,
I am trying to connect to sybase from R with the RODBC package. I am using native sybase driver "Adaptive server Enterprise" and using the following example code.
conn <- sprintf("driver=Adaptive server Enterprise;server=PHKSESMD01;database=sm...
2004 Feb 26
1
HP, Sybase and DM Review Invite You to a Web Seminar
HP, Sybase and DM Review present
Converting Compliance Cost into Business Advantage ? A Roadmap to Real-Time Data Analysis
Date: March 18, 2004
Time: 1:00 p.m. - 2:00 p.m. EST
Compliance with industry and government regulations is a mandatory cost of doing business. Architecting systems to handle reporti...
2006 Nov 09
5
Build sybase adapter on winxp with eclipse/cdt
Hi folks,
I try to get the sybase adapter installed. I downloaded the
sybase-ctlib from here: http://raa.ruby-lang.org/project/sybase-ctlib
and now want to build the stuff on my winxp machine somehow. I decided
to eclipse/cdt and downloaded mingw32-make, gdp and gcc.
I created a new project and imported the sybase-ctlib sources. Wi...
2009 Sep 08
2
Rails + Sybase ASE : group effort, please
Here''s what I have:
Ruby 1.8.7
Rails 2.3.3 (activerecord 2.3.3, etc)
activerecord-sybase-adapter ( http://itsignals.cascadia.com.au/?p=23 )
Here is the base code (login info was changed to protect me)
require ''rubygems''
require ''activerecord''
a = ActiveRecord::Base.establish_connection(
:adapter => "sybase",
:host => "local...
2002 May 30
2
RODBC & Problems with Sybase Database
Hello,
i would like import Data from Sybase DataBase to R-1.5.0 via RODBC.
With this i get a connection without problems !
channel <- odbcConnect("ODBCName","LoginName","LoginPass")
dataSybase <- sqlFetch(channel,"EPORT_XYZ")
,but when i try this i get a message error ?
(Perhaps the _ i...
2006 May 16
1
Sybase ctlib Adapter
Hey all,
I am very interested in being able to access Sybase from within Rails.
>From the documentation and mailing list posts that I am finding, it seems
that an Active Record adapter has been completed and included with Rails
1.1 - Is that the case? Is there any documentation on usage? Or on where
to even find the Sybase driver for base ruby?
Whe...
2010 Mar 24
1
Sybase IQ Developer needed with 5-7 yrs exp
Hi Friends,
Plz send profiles matching the requirement to murali-oY4F33sQL5bQT0dZR+AlfA@public.gmane.org
Role : *Sybase IQ Developer*
Location : *Tampa FL*
Duration : *6m
*Client : *Banking*
*Sybase IQ Developer needed with 5-7 yrs exp*
Thanks and Regards,
Murali
571 483 2829
Javaji Systems Solutions Inc.,
www.javaji.com
--
You received this message because you are subscribed to the Goo...
2006 Jul 13
0
AR Sybase adapter with FreeTDS
Hi there !
After writing up a little adapter to access my sybase server, using
odbc/dbi/freetds/unixodbc (yes all of these), it''s now time to have a
*real* adapter, not running through to-many-to-count layers.
I plan to use the FreeTDS library rather than Sybase because of the
availability of FreeTDS for windows os.
Is there already a work in progr...