similar to: getting ActiveRecord with Sybase ASE 12.5 going in Windows

Displaying 20 results from an estimated 20000 matches similar to: "getting ActiveRecord with Sybase ASE 12.5 going in Windows"

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 =>
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" as instructed and the Sybase dll files
2005 Jun 04
0
xen & database sybase ASE
Hello has anyone trying to use multiple sybase ASE on xen ? any constraints ? thanks Regards Julien _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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
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-for-sybase_adapter#ticket-2455-4 to get a slightly
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
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. With the extconf.rb I created the makefile and after cleaning up some
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.
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.rubyonrails.org/ticket/2030
2010 Feb 16
1
RODBC missing values in integer columns
Hello, We are having some strange issues with RODBC related to integer columns. Whenever we do a sql query the data in a integer column is 150 actual data points then 150 0's then 150 actual data points then 150 0's. However, our database actually has numbers where the 0's are filled in. Furthermore, other datatypes do not have this problem: double and varchar are correct and do not
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.
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:
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)
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 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
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
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)
2004 Nov 12
3
xen dies on Linux agpgart interace
Xen appears to kernel panic. Boot up terminates and hangs with the message "agpgart: Maximum main memory to use for agp memory: 152 M. " This is a compiled Xen-2.0 latest snapshot with agp support in the kernel. Has anyone else had similar problems with agp? Nate ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express
2007 Apr 03
0
[Sybase Adaptor] find_by_xxx does not work correctly.
Hi Please advice me about the following problem. * Problem find_by_xxx method does not work correctly the following caes with sybase adaptor. * How to reproducible model :users t.column :code, :string <-- :string column t.column :last_name, :string t.column :first_name,:string >> User.find(1) => #<User:0x2abe232a68e8