> Hello,
> 
> I'm working in an intranet application with PHP and Informix.
> My problem comes when I obtain a WARNING from PHP like that:
> 
>     Warning: E [SQLSTATE=IX 000 SQLCODE=-439]
>     in ../funcionesBD.inc on line 64
> 
> The line shown above (64) includes an ifx_connect() statement from a
> (little) generic DB access library made from me from scratch. 
> This warning do not occurs always at the same line neither at the same
> function or web page. My code normally acts well, but sometimes (randomly)
> give me this serious warning. It usually occurs whe I've passed some time
> working with the applicaction, after doing 20 or 25 SELECTS for example.
> I'm totally sure I free all the conections and DB results. I've tried the
> ifx_pconnect() statement too.
> 
> My current configuration is:
> 
>  --> SUN OS 5.6
>  --> Informix 7.31.UC7
>  --> Informix Client SDK 2.40.UC1
>  --> PHP 4.0.3pl1
>  --> Apache 1.3.14
> 
> Thank you very much for your help and sorry for my awful english.
> 
>                                        \|||/
>                                        (o o)
> --------------------------ooO--(_)--Ooo-------------------------
> Alejandro José Jerez
> Ayuntamiento de Alicante - Servicio Central de Informática
> Tlf. (+34) 965 149 611 (Directo)
> e-mail: [EMAIL PROTECTED]
> -------------------------------------------------------------------
> 

--
PHP Database 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]

Reply via email to