Displaying 20 results from an estimated 700 matches similar to: "Informix database"
2004 Nov 22
7
timeDate
what package should I include to use timeDate? I want to convert a
double (num of millis) into date object.
2004 Nov 24
2
seriesMerge
Is there a function in R that is equivalent to S-PLUS's
seriesMerge(x1, x2, pos="union")
where x1, and x2 are of class timeSeries
seriesMerge is in S-PLUS's finmetrics. I looked into R's mergeSeries
(in fSeries part of Rmetrics) but I could not make it behave quite the
same. In R it expected a timeSeries object and a matrix of the same
row count. In S-PLUS when using the
2007 Oct 14
5
Ruby/Informix 0.6.1 released
This is a maintenance release to fix a bug triggered while working
with Ruby on Rails and Informix.
Web site: http://ruby-informix.rubyforge.org
Changelog:
0.6.1 13/10/2007
------------------
Bugs fixed:
* Database#columns was returning an empty array from within
the
Informix ActiveRecord adapter
(ActiveRecord::ConnectionAdapters::InformixAdapter#columns)
if
2006 Mar 09
1
I wanna use INFORMIX DB in Ruby on Rails
I have the INFORMIX ODBC Driver(INFORMIX connected by RUBY-ODBC) on
Windows
but I don''t have one for on RAILS. That''s my big problem at this
moment!!!
I''m trying to find a solution to connnect INFORMIX DB using Rails very
badly!
Could you help me fix my trouble? I need your tips!!!!
help me ;-(
--
Posted via http://www.ruby-forum.com/.
2012 Jan 19
1
R connect to Informix Database
Hi,
I am new to R and wondering if it is possible for it to connect to an
Informix database. I tried google but nothing came back that I could figure
out.
Can somebody tell me if its possible (which I believe it is) and how to
connect to an Informix database using R.
Thanks!
--
View this message in context: http://r.789695.n4.nabble.com/R-connect-to-Informix-Database-tp4310594p4310594.html
2007 Jun 12
1
php + Informix IDS via IFX Module Howto for Centos5
Dear all
I've come out with a howto that I wish to contribute back to the
community. This howto is actually a sort of a draft that I made for
my own "self-reminder". It was an interesting experience collating
the data to eventually come out with the stuffs.
I hope it is useful enough to someone not to go through the same
"hell/happy hunting grounds"
The said howto is
2006 Jan 26
3
How do you convert this from S Plus to R - any help appreciated . thanks
exportData(MU.Cost,paste("C:/RAUDSL/S",as.character(MU.Cost$Run.Id[1]),"
.",as.character(MU.Cost$MU.Id[1]),".MU.PRICE.OUTPUT.txt",sep=""),append
= FALSE,type="ASCII",quote=FALSE)
[[alternative HTML version deleted]]
2004 Nov 18
4
SJava
I failed to build SJava dure to teh error below. Any ideas?
# R CMD INSTALL -c SJava_0.68-0.tar.gz
* Installing *source* package 'SJava' ...
checking for java... /opt/j2sdk1.4.2_06//bin/java
Java VM /opt/j2sdk1.4.2_06//bin/java
checking for javah... /opt/j2sdk1.4.2_06//bin/javah
Looking in /opt/j2sdk1.4.2_06/include
Looking in /opt/j2sdk1.4.2_06/include/linux
checking for g++... no
2002 Jul 31
7
exportData(foo,"foo.xls","EXCEL") for R ?
r-help,
Is there a package available for R which allows you to export data directly
to .xls, much like exportData(foo,"foo.xls","EXCEL") in S-PLUS ? If not, is
anyone working on this, or thinking about working on this?
I apologise in advance if this question has already been answered.
Many thanks,
Matthew
2006 Mar 27
0
Informix adapter for Ruby on Rails
We can now use Informix as back-end for our Rails applications. Here''s
the code of the adapter:
http://rubyforge.org/cgi-bin/viewcvs.cgi/rails-informix/?root=rails-informix
It has been tested succesfully on Solaris 9/Informix 9.40/Rails 1.0.0.
Since Informix doesn''t allow quoting a value for a [CB]LOB in a query,
I had to override some methods of ActiveRecord::Base to accept a
2007 Oct 21
0
Rails/Informix 1.0.0 released
This is the last release for Ruby on Rails 1.x. The next one will be
released as a rubygem named activerecord-informix-adapter alongside
Ruby on Rails 2.0 when it reaches final.
Thanks to Jeremy Kemper for including it in the Ruby on Rails
repository.
Web site: http://rails-informix.rubyforge.org
Rails/Informix is the Informix adapter for ActiveRecord that provides
O/RM to Ruby on Rails.
--
2008 May 28
1
raw device change back to root after reboot
We are setup new DELL 6800 server fro Informix database. We create "raw" partitions and change "raw" partitions owner to "informix:informix". After reboot owner change back to "root".
we don't have problem on CENTOS 3.X, but this problem happen on CENTOS 4.6. I double check "SELINUX" is "disable".
does anyone know why it work on
2008 Jul 17
2
Raw device gone after reboot (Centos 5.2)!!!
We are set up CENTOS 5.2 (X86) as our database server.? I created raw partitions and also put definition on /etc/sysconfig/rawdevices.
I can use "raw -qa" see raw partitions.? The wield things is after reboot /dev/raw is not exist any more.
?
Does anyone know how to fix it?
?
Thanks.
2008 Jun 29
1
function to export data
Hi,
I’m trying to built a simple function that allows me to export
automatically some results to a text file. I’ve tried the two following
approaches but none worked.
> exportdata<-function(x) {
+ dataexp<-summary(x)
+ export(dataexp,type="ascii",file="dataexp.txt")
+ }
> exportdata(glm.poisson0)
Error in eval(expr, envir, enclos) : object
2005 Dec 18
1
Informix adapter testing
I''ve just written an ActiveRecord adapter for Informix. It lacks a
pair of features that I will add later, but it works for me.
I found this on the web:
http://wiki.rubyonrails.com/rails/pages/HowToWriteAnActiveRecordAdapter
and followed it, but when I get to
$ rake test_informix
I get the following error messages:
-----------------------8<-----------------------
2007 Dec 10
0
Informix adapter gem missing
I can''t find activerecord-informix-adapter in gems.rubyonrails.org.
Is there any chance it can be uploaded?
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
2010 Jan 27
0
Updating the Informix adapter for ActiveRecord
What is the repository for the ActiveRecord adapters?
I''ll need to update the Informix adapter.
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
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
2006 May 17
2
Installing a RPM with yum
Hi all, this is my first post...
Here the situation, I've installed php 4 with yum, using the default
CentOS repositories, but now I realize that I need the Informix
extensions and others like unixodbc, gd etc. This last two packages
where in the repository so I search with yum and I found them, and
install them, but not the Informix one.
So here my question, when I install a RPM package,
2006 Jun 08
2
PHP Extensions
Hi all,
I have a problem, I'm running CentOS 4.3 and I just installed php with
yum, later I realize that I nedd LDAP support so I download the php-ldap
rpm with yum, everything was OK...but now..the problem is that I need
Informix support, so I search for a php-ifx module to see if it
exist...but no.
So, what are my options? recompile a fresh new php with informix
support...loosing the