|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-23 11:31 UTC] sniper@php.net
[2001-11-14 06:37 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 21:00:01 2025 UTC |
I use Informix 7.3 Dynamic Server <html> <body> <? $id = ifx_pconnect ('societe') ; $requete = "select * from utilisateur" ; $st_id = ifx_prepare ($requete, $id) ; ifx_do ($st_id) ; ifx_free_result ($st_id) ; ifx_close ($id) ; ?> </body> </html> after that if I do a non-Select query it returns an error like "ISAM error : File locked" Any idea will be welcome. Note that it gives the same result even if I use ifx_connect instead of ifx_pconnect.