[PHP-DB] Error MSG -410 while executing a select with ifx_query on a informix database on linux

2001-05-22 Thread Robert Hennig
Hi! We use a informix IDS2000 server on a linux machine together with php 4.05 on Apache. As a test we wrote the following script: ?php $conn_id = ifx_connect(unipps,informix,sqLOpen); if (! $conn_id) { echo connection failed; } $ergebnis = ifx_query(select ident_nr from personal,

Re: [PHP-DB] Error MSG -410 while executing a select with ifx_query on a informix database on linux

2001-05-22 Thread Robert Hennig
Hi Paul, thanks for your fast reply. Maybe you could help me again :-) We are working a lot with informix, so we thought to know every Programm, but isql is completely unknown. Is this a special programm? We have executed this select with a sql-editor on the server also as with dbaccess, on

[PHP-DB] Re: delete user but keep the article

2001-08-15 Thread Robert Hennig
hi Rsalomo, it seems you would have to do some more work. At the moment I see to possible ways to fix this: - Re-design your application so that the news articles donĀ“t need a corresponding entry in the users table. Find another way to link user and entry. - Do some code which is executed when

Re: [PHP-DB] HELP-PHP install

2003-10-01 Thread Robert Hennig
Jason Wong wrote: On Wednesday 01 October 2003 01:39, Balazs Nemeth wrote: cd /apache/apache-xxx ./configure --prefix=/www cd /php/php-xxx ./configure --with-mysql --with-apache=/apache/apache-xxx --enable-track-vars make make install cd /apache/apache-xxx ./configure