similar to: IBM Article: DB2 on Rails

Displaying 20 results from an estimated 3000 matches similar to: "IBM Article: DB2 on Rails"

2006 Jul 02
4
Ruby on Rails + DB2
Received this link from a regular email blast, it may interest some of you. I guess RoR is starting to gain more traction :-) http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0606dumbill/?ca=dnw-723 Cheers Mohit.
2010 Nov 10
3
using DB2 with Rails 3
I have developed a rails 3 app and for various reasons I have been compelled to try using DB2 as the underlying database system. Does anyone have much experience of using DB2 with rails 3? Any good pointers on resources? I have just been using postgres to date -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on
2006 Jan 31
2
New free IBM DB2 with few restrictions
This will give you something to run on when Oracle refuses to renew the MySQL InnoDB license next year..... Linux and Windows versions You can run DB2 Express-C on up to 2 dual-core CPU servers, with up to 4 GB of memory, any storage system setup and with no restrictions on database size or any other artificial restrictions. Business partners may choose to register for free redistribution of
2006 May 14
9
IBM UniVerse database adapter for ActiveRecord?
I''m facing a situation where I am going to have to integrate with a legacy database , specifically the IBM UniVerse database, which is not *quite* relational. It feels like a holdover from the dark ages of computing. Before I attempt writing an ActiveRecord adapter, I''d like to know if anyone else uses this database and if I''m the only person that needs this thing. I
2006 Jul 26
7
RHTML in database?
Hi, is it possible to store RHTML templates or partials in database? thanks, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2010 Jan 21
0
New version 2.0.0 of IBM_DB- The Rails Adapter/Ruby driver for DB2 and Informix now available
Hi All, New version 2.0.0 of the IBM_DB gem is been released. This release of the gem adds support for ActiveRecord to use parameterized SQL Queries with DB2. With this support you can now reap more performance benefits for your Rails applications. Enabling this feature is as simple as just adding the parameter “parameter” in your database.yml and setting it to true. Refer to Parameterized
2003 Aug 18
1
FYI: Article on R at IBM's developerWorks Server Clinic
Hi all, I happened to be reviewing a Linux web site that I frequent (http://www.pclinuxonline.com/index.php) and noted today an entry for an article on R at IBM's developerWorks Server Clinic site located at http://www-106.ibm.com/developerworks/linux/library/l-sc16.html. I thought that I would pass this on as an FYI. Regards, Marc Schwartz
2008 Sep 04
0
New Version of IBM_DB Rails Adapter/Driver for IBM DataServers now available
Hi All, The new version (0.10.0) of IBM_DB is now available. This release provides support for Trusted context in the driver. More details on what trusted context is can be found at http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.sec.doc/doc/c0050514.html This release contains the Activerecord-2.1.0 test suite changes appropriate for IBM_DB, which said
2005 Dec 30
5
Rails using DB2
Hello, I have been trying to connect a Rails application to DB2 database. Based on information found on the web it doesn''t seem to be possible. Can some confirm the state of DB2 support with Rails? Thanks for you help, David _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jan 26
2
Rails with DB2
Anyone has a working installation of DB2 DBI driver for Ruby? Davide
2015 Mar 30
1
db2 is running out of shared memory
On 3/30/2015 11:44 AM, John R Pierce wrote: > On 3/30/2015 8:32 AM, Harold Pritchett wrote: >> Db2 is running our of shared memory. > > open a ticket with IBM DB2 support. > > > IBM db2 Express-C does not include support. You get what you pay for (and db2 Express-C is free) Harold
2007 Jun 14
2
connecting to DB2 database
Hi, i am trying to connect to a DB2 server using the DBI library. getData <- function() { driver <- dbDriver("DB2") conn <- dbConnect(driver,"server","uname","pword") data <- dbSendquery(conn, "select etc.") } When I run the function, i get the error > data <- getData() Error in
2010 Oct 12
1
Does anyone know where I can get an RPM of pyDB2?
Sorry to be a pain but I'd really like PyDB2 (DB2 client for python). IBM only seem to offer the source which won't compile without a copy of DB2. I only need it to extract some info from a customer site so I don't really want to have to get DB2. any ideas? thanks
2003 Jun 27
1
connection DB2 and R (R under linux)
Hi evryone, I would like to access to DB2 on R on a linux machine (R and DB2 are on 2 pc linux ) I have read on the R-archive that RODBC work with DB2, but it is not clear for me, if it's only for R on a windows machine or if it's work also for R under linux ? My data base administrator say that it will not work with linux ? Is it true ? Is there another solution ? Thanks for your help.
2009 Oct 16
2
RODBC sqlSave does not append the records to a DB2 table
I am running R version 2.9.2 on Windows XP OS with RODBC version Version: 1.3-0. Has anyone out there in the R user community successfully appended records to a DB2 table on a remote database using the sqlSave function in the RODBC package? (or by any other means from R?) I posed a similar question a few months ago and unfortunately, did not receive a response. I was hoping recent upgrades to
2006 Jun 03
0
IBM''s Starter Toolkit for DB2 on Rails (Windows only, at present)
I just saw this mentioned on OSNews: http://www.alphaworks.ibm.com/tech/db2onrails?open&S_TACT=105AGX59&S_CMP=GR&ca=dgr-lnxw07awdb2onrails (or http://tinyurl.com/o9npt) From that page: <quote> What is Starter Toolkit for DB2 on Rails? Users starting with Ruby and Rails are faced with the task of downloading source code, obtaining compilers, compiling code, and finding a
2009 May 29
1
RODBC sqlSave with DB2
I am running R version 2.8.1 on Windows XP OS. This works fine. (Data.frame dta is created with records from the DB2 table.): sql <- "select * from storage.testappend_slt order by uut" dta <- sqlQuery(channel,sql) But when I try to append records (from data.frame newdta) to the same DB2 table. I get an error: sqlSave(channel, newdta, tablename = storage.testappend_slt, append
2006 Aug 18
4
Database Triggers?
Hi, I''m new to RoR and exploring its use with an existing application. One thing I can''t seem to find much detail on is using database triggers. All RoR examples and tutorials I''ve seen are very basic saving data back to a single table. My use case includes a somewhat denormalized DB that uses triggers to store data in multiple tables on occassion. I currently
2016 Apr 14
0
How to optimize for IBM db2?
Hi. I have performance problems with IBM DB2 10.5 server on KVM guest: [db2inst1@wc8ws-auth ~]$ time db2 create db test DB20000I The CREATE DATABASE command completed successfully. real 7m46.155s user 0m0.022s sys 0m0.027s It takes 30 seconds to create a database on an image mounted with -oloop. I think it's because db2 uses O_DIRECT to ensure
2015 Mar 30
2
db2 is running out of shared memory
Db2 is running our of shared memory. The environment: Virtual computers running under VMware ESXi hypervisor version 5.5. Two different virtual machines, each running CentOS 5, db2 express C, and Apache/PHP and vmware tools. The machines each have 8 GB of memory, 4 processors, and a couple of hundred GB of disk space available. Everything is running on the 64 bit versions. The actual