similar to: RODBC & Problems with Sybase Database

Displaying 20 results from an estimated 700 matches similar to: "RODBC & Problems with Sybase Database"

2004 Apr 02
1
convert excell file to text with RODBC package
Hi, i can convert excell to list in R with package RODBC ()but i don't understand 2 mistake 1) Don't read the last row of the table excell 2) Don' t take the hours My excell file call prueba4.xls and have the following rows: where prueba4.xls was make in excell (office xp) and have one spreadsheet call "Hoja1", you see each rows of she: D??a Hora col1 col2 col3 col4 col5
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.
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 somehow use DBI to do it. Other processes on the
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
2014 Nov 05
0
why RODBC on windows 7 with Sybase, returns garbage?
Hi James, Is your server name correct in the string below? Looks like you are using incorrect server name. If you don't give full server name, then the server 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:
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 reporting requirements ? often on five to ten year's worth of detailed business data ? can
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}" chan <- odbcDriverConnect(connstr)
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 <- odbcDriverConnect(conn) x <- sqlQuery(chan,sql,as.is=as.is)
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? Whether it is complete or not, many thanks
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
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”) In Rails, I have this in my database.yml: pacs: adapter: sybase
2007 Jul 05
0
Sybase and gfs in a cluster
Is there someone with experience in the following scenario? can it be done? Centos 5 in a two node active-passive scenario both nodes run centos 5 with gfs data is in a SAN Servers are HP DL 380 connected to a MSA 1000 san storage servers will run on top of centos 5, the ServiceGuard software from HP. Is sybase compatible with this structure? I contacted sales support with this question but so
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 progress for this kind of stuff ? Are
2006 Jan 12
0
php + sybase 12.5 shared module
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/sybase.so' - /usr/lib/php/modules/sybase.so: undefined symbol: dbversion in Unknown on line 0 After doing a rpmbuild -bb on the php 5.0.4 source rpm from centosplus. The packages all build, but I cannot seem to get sybase to compile as a shared module. If I make it a static module it compiles fine.
2002 Jun 26
0
Win XP Pro, Samba 2.2.5, Sybase ASA and Linux 2.2.19
Greetings, all! Samba has served me well these past 4 years. Now I have encountered problems. I hope somebody can give me some insight: Server: custom-compiled Linux 2.2.19 Dual P-III 1000 512 Meg ECC RAM (never touch the swap partitions!) Dual 9 gig Ultra-SCSI drives Software RAID level 1 for the Samba share partition. Sybase ASA v. 7.0.3.2047 for Linux running on the
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 =>
2007 Jul 16
0
Sybase 12.5.3 on CentOS 5
Folks, After installing CentOS 5, I installed a few Sybase dependencies such as compat-libstdc++-296 and libXp. Once Sybase was installed, I started the steps to create the Adaptative Server. When the wizard executes the dataserber binary it crashes with segmentation fault. Someone can give me some help on this? Does anyone have this working? Thanks in advance! -- Fabiano Caixeta Duarte
2006 Mar 09
0
Sybase/FreeTDS and RoR
Hi there ! I''m drilling for some framework/apserver solution and come to RoR. After using InstantRails, I would try to run it on my test platform (Solarix 10 x86 on 1 machine, Sybase ASE on another, FreeTDS for the join). I could not manage to have the sybase driver for ruby compile with FreeTDS. So I try to run a ODBC bridge. All seems good (freeTDS runnin, unixODBC working with
2003 Sep 10
0
Sun, Sybase and SPSS invite you to a Web Seminar
SPSS Sun and Sybase Present "FRAUD DETECTION: MEETING THE DEMANDS OF REGULATORY COMPLIANCE" Date: Tuesday, September 23, 2003 Time: 10:00 a.m. PDT/1:00 p.m. EDT Duration: One hour Are new federal compliance regulations creating new sources of stress for you and additional challenges for your enterprise? As if staying competitive in this economy isn't tough enough, the government is
2010 Oct 12
1
append rows to Sybase datatable using RJDBC
Hi, Does anyone have experience using RJDBC library to write to Sybase datatable? The jdbc driver I am using is jConnect 6.0. I can successfully write into a new datatable, but have problem appending rows to existing one. It either complains "Table *** already exists" or simply overwrite the existing one. Here is the example. I am trying to append 'data' to the existing