[PHP] Informix webdtablade and php functions

2006-01-12 Thread HENCHOZ Daniel
Hello, I've installed a SUN server under Solaris 9 with Apache 2.0.55, PHP 5.1.1, Informix 9.40.UC6, Informix Client SDK 2.90.UC3, Informix Webdatablade 4.13.UC3. Now I try to get information from the Informix database via a PHP ifx_connect function and on the same apache server using the

Re: [PHP] Informix webdtablade and php functions

2006-01-12 Thread Jochem Maas
is it possible that you are only allowing a single connection (or a number of them) and that when apache comes up it's child processes eat up all the [persistent?] connections so that there are none left for any other process? HENCHOZ Daniel wrote: Hello, I've installed a SUN server under

Re: [PHP] Informix webdtablade and php functions

2006-01-12 Thread HENCHOZ Daniel
No, actually there is no limitation for the number of connection to the database ... Thanks Daniel Jochem Maas wrote: is it possible that you are only allowing a single connection (or a number of them) and that when apache comes up it's child processes eat up all the [persistent?]

[PHP] Informix and PHP

2004-03-17 Thread Pietuka Krustiòð
Hi, Everybody is so amazed by the ease and power of MySQL that some nice products do not get the needed attention from tutorial writers. Why are'nt we using the more powerful MaxDB instead of MySQL? I can't find no really useful tutorials on MaxDB and Informix in connection with PHP. Now i have

Re: [PHP] Informix and PHP

2004-03-17 Thread Pietuka Krustiòð
We have a Informix on Windows server and I am trying to reach that from my RedHat 9. I have read that information on unixODBC site about unixODBC+Informix, but when I try ./isql -v database i get nothing more but: [ISQL]ERROR: Could not SQLConnect We have set up UnixODBC and Informix CSDK We

[PHP] INFORMIX (PLEASE)

2003-08-18 Thread Davi José Faria Costa
Hello Everybody, I wait that somebody can help me, therefore already I depleted my possibilities. I need to develop a site in PHP with access to the Data base Informix. The such of the data base alone functions with NTFS (W2k, WNT). I installed the W2K Advanced Server in my house... and

[PHP] Informix

2003-03-20 Thread Foong
Hello any idea how can i fix this problem when I compile php with informix ERROR: /opt/informix/lib/esql/libifos.so: the use of `mktemp' is dangerous, better use `mkstemp' Foong -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] informix and 4.2.3

2002-11-13 Thread Matthieu Le Corre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all , I upgrade php from 4.2 to 4.2.3 and it seems that i can't connect to my ifx server anymore . the code has not changed . the only think taht change is pache version - apache 2 and php compiled for apache DSO instead of static

[PHP] PHP Informix Win

2002-10-07 Thread Juraj Hasko
Hello, I would like to know if someone uses PHP (on Win[9x,2k,xp]) connection to Informix server in other way than trough ODBC. I'm trying do it, but without any success. Thank you in advance. Juraj Hasko -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Informix Connection

2002-10-03 Thread Mark Colvin
I have php 4.1.2 running on a linux 7.2 box. I want to make a connection to an Informix 7.2SE database running on a HP-UX 10.2 box. My issues are as follows - 1) Do I need informix software of any description running on the linux web server? 2) Can I configure the php informix modules into and up

Re: [PHP] Informix Connection

2002-10-03 Thread Adam Williams
to an Informix 7.2SE database running on a HP-UX 10.2 box. My issues are as follows - 1) Do I need informix software of any description running on the linux web server? 2) Can I configure the php informix modules into and up and running php build that doesn't currently have these modules. 3

[PHP] Informix Abstraction Class the PHPLIB Way

2002-05-21 Thread Martin Cabrera Diaubalick
Hello everyone, I'm starting to work with Informix 9.3 and I was wondering if someone has created a class in the phplib way using the same methods. My knowledge of Informix is less than zero, so if you could point me to another DB abstraction system that uses Informix and classes, I will

[PHP] Informix Redback

2001-10-26 Thread Adam Plocher
Our company is looking into purchasing an application package that requires the use of the Informix (IBM) Redback application. We have been told that Redback objects can be used in php scripts but I was wondering if any of you have had experiece with it and if you have had any problems or

Re: [PHP] Informix - ifx_num_rows

2001-08-24 Thread Leila
Thanks for all that answered my question. I wanted this function because i use Postgres too in the same project , i will use informix or postgres , so the logic in my implementation was based on postgres functions... But if to Informix it doesn't work ... I will do of another way. Leila Martín

[PHP] Informix - ifx_num_rows

2001-08-23 Thread Leila
Hi all, I have Php 4.0.6 on Linux with Informix Dynamic Server 7.31.UD1. I try to use the function ifx_num_rows after afx_query and the value returned is always 0, but i can see the result with ifx_fetch_row. Does Anyone know if there is a bug with this function ifx_num_rows ? Thanks in

Re: [PHP] Informix - ifx_num_rows

2001-08-23 Thread Martín Marqués
with this function ifx_num_rows ? From the php informix manual: int ifx_num_rows (int result_id) Gives the number of rows fetched so far for a query with result_id after a ifx_query() or ifx_do() query. Saludos... :-) -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL

Re: [PHP] Informix - ifx_num_rows

2001-08-23 Thread Chris Fry
know if there is a bug with this function ifx_num_rows ? From the php informix manual: int ifx_num_rows (int result_id) Gives the number of rows fetched so far for a query with result_id after a ifx_query() or ifx_do() query. Saludos... :-) -- Porqué usar una base de datos relacional

Re: [PHP] Informix - ifx_num_rows

2001-08-23 Thread Martín Marqués
On Jue 23 Ago 2001 21:21, Chris Fry wrote: This function does not work reliably with most databases, not just Informix. Caused me a lot of problems as I have a number of pages where I'd like to display a No records found message. I normally have a count(*) query to know how much records

[PHP] informix connection problem

2001-07-21 Thread Emre Hamit Kok
hi, we are using informix 7.31.UC6 as our database server. when we are trying to connect informix by dbaccess we are setting the below environment variables are as: export DBNLS=1;export LANG=tr_TR;export LC_COLLATE=tr_TR.ISO8859-9;export LC_CTYPE=tr_TR.ISO8859-9 but when we are rying to vonnect

[PHP] Informix

2001-04-03 Thread Roman
I have this problem ? I want to connect to the Informix database on Unix server and my apache server running on Windows 2000 but I haven't php_ifx.dll. Please if you want send me. Thanx. Roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] Informix a PHP

2001-04-03 Thread Roman
ODE=-1829] in e:\programovanie\php\informix\infpo.php on line 1 Thanx roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Informix prep error

2001-01-25 Thread Juraj Hasko
Hi, I'm trying to develop some intranet system based on Informix DB. Standard connection works fine but when I try to exec any SQL I've got a error message.Can someone help me ? I use Ifx IDS 7.3, PHP 4.0.4pl1 on Win2k and IIS 5.0. If I use connection trough ODBC it works fine. Here is sample of