Displaying 20 results from an estimated 1000 matches similar to: "PHP Extensions"
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
2004 Sep 28
1
Why does rsync think my files are much bigger than they are ?
Has anyone ever seen this happen when using rsync ? I'm trying to send a
series of =~ 300k files down the line, but for some reason, rsync thinks
each file is 17592186044416 bytes long! The same behaviour occurs when
using rsync to copy files locally.
Partial output follows...any help appreciated!
Cheers,
P
[root@grappa llog]# ls -al /IFX/llog/logs.109051.gz
-rw-rw---- 1 informix
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,
2012 Oct 01
3
Tunning - cache write (database)
Hi,
First, sorry if this isn''t the place to get this kind of help...
If not, I appreciate some link , forum, where I can try get some answers...
My problem:
* Using btrfs + compression , flush of 60 MB/s take 4 minutes....
(on this 4 minutes they keep constatly I/O of +- 4MB/s no disks)
(flush from Informix database)
The enviroment :
* Virtualized environment
* OpenSuse 12.1 64bits,
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
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
2004 Nov 18
2
Informix database
We use Informix database. I was able to connect to the database with
S-PLUS by using its CONNECT/Java through the JDBC driver.
How can I connect to Informix with R, wither using JDBC or any other
method? we run Linux so I prefer a method other than ODBC.
Thankx for the help
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
2010 Sep 21
1
Need Help
Dear Sir,
I have been struggling to get bold letters in informix for CentoS 4.8 and I came
across your article on PCL Command Sequences and I felt you could help.
I have the following declarations and print command in my informix-4gl but
things don't seem to get right.
BoldOn CHAR(6),
BoldOff CHAR(6)
----LET BoldOn = ASCII 27, ASCII
2007 Dec 07
1
Wine Problem
I dont know if this is the wright mailing list but here it goes
I wanted to use wine so that i can avoid purchasing 70 XP licences
I installed a software that talks with the informix client 2.7.0
everything was running fine, the instalation went with minor problems.
Until now
when i stated a connection to the informix server wine simply stops
the comand
2023 Jul 18
2
Installation of R-4.3.1 with intel 2022
Note that 'intel 2022' is a bit vague. The current version is 2023.1.0,
and that has both the 'classic' (icc/icpc/ifort which it seems you used)
and new (icx/ixpx/ifx) compilers -- the former are said to be going to
be discontinued later this year. R did not know about ifx so did not
build with the new set.
The parts of the manual Tomas referred to were about the old
2004 Jan 29
2
Finding Sweave.sty and other problems
Hi,
I've just tried to run example-3 from Friedrich Leish. I'm using R 1.8.1
and MiKTeX 2.2 on Windows XP.
I go
===
> library(tools)
> Sweave("example-3.Snw")
Writing to file example-3.tex
Processing code chunks ...
1 : term hide
2 : echo term verbatim
3 : term tex
4 : term verbatim eps pdf
You can now run LaTeX on example-3.tex
===
The file example-3.tex
2009 Apr 20
2
About Asterisk 1.6 web GUI
Hi,
I had some experience on Asterisk 1.0.7 and 1.2.0.
Now, I want to do something on the New Release of Asterisk 1.6.xx.
I want to know wheather there are already web GUI for use now in the
release.
Or still nedd integrate some other third part GUI?
Any advice will be appreciated.
Thanks ahead,
Best Regards,
Gary
-------------- next part --------------
An HTML attachment
2011 Aug 11
2
Removing all duplicate row except by one
Hi,
It's my problem, supppose that we have a data.frame:
t
a b c
1 1 1 1
2 0 1 1
3 1 1 1
4 0 0 0
5 1 0 1
6 0 1 0
7 1 1 1
8 0 1 0
I need extract duplicat row i.e i nedd frame like this
a b c
3 1 1 1
8 0 1 0
I try use subset(t, duplicated(t)) and t[duplicated(t), ] but this command
return
a b c
3 1 1 1
7 1 1 1
8 0 1 0
Best
Marcin M.
--
View this message in context:
2004 Nov 02
2
using R in .NET apps
looking for some thoughts on incorporating R functionality to create
histograms of data stored in an informix db. im gonna write the app in .Net
and will use a managed provider to access the data. what R libs might I have
to package in the assemblies? (sorry my Q is general as Ive only just looked
at wanting this yet)
Thanks. Amer.
2010 Apr 27
2
Connect 2 asterisks servers
Hi!
I need some help
Well i have this cenario:
1 ip04 running asterisk [A]
1 pc running asterisk [B]
I nedd to make calls from A to B, and B to A. Via sip
The A-B calls are working. Now I need to configure the dial plan to call B-A
either to sip numbers and Fxs.
Anyone can help me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Dec 05
1
(no subject)
hi,
suppose you have a for-loop like this:
for(i in1:x) {} ...
now you want to generate a variable in every
cycle (since you do not know the size of x in
beforehand you have to do this dynamically).
the variable should e.g. look like this:
variableName1<-c() (if x==1)
variableName2<-c() (ifx==2)
variableName3<-c() (if x==3)
..
..
i tried this(which obviously didn't work):
2010 Apr 15
2
Regression w/ interactions
I have a project due in my Linear Regression class re: regression on a data
set & my professor gave us a hint that there were *exactly *2 sig
interactions. The data set is attached. We have to find which predictors are
significant, & which 2 interactions are sig. Also, I nedd some guidance for
this & selecting the best model. I tried the `full' model, that being:
2012 Apr 04
3
Rgui maintains open file handles after Sweave error
Hello Folks,
When I run the document below through sweave, rgui.exe/rsession.exe
leaves a file handle open to the sweave-001.pdf graphic (as verified by
process explorer). Pdflatex.exe then crashes (with a Permission Denied
error) because the graphic file is locked.
This only seems to happen when there is an error in the sweave document.
When there are no errors, no file handles are left open.