Hello Luigi,
I'm afraid before you're able to use the informix database it will have to
be upgraded to at least version 7.x. We have SCO Openserver 5.0.4 running
the Informix SE 7.2 with PHP4 and Apache and all works well. We too have an
NT server but would not even entertain the idea of running
Hi Marc,
Try this - untested and I'm very sleepy, but should get you closer ;o)
Refresh Test
http://www.chescolawyers.com/BB/index2.shtml\">";
?>
Regards,
- Paul -
- Original Message -
From: "Marc Bragg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, M
Hi Everyone,
Firstly, apologies for cross posting but I wanted to make sure this got to
the relevant people.
I am continually getting people asking me off list for information regarding
building the above combination. I don't mind as it's encouraging to see PHP
spreading to this type of platform
Hi Robert,
Your test code is correct although you could do with an ifx_close($conn_id);
at the end.
Have you tried running isql(assuming you've got it) and just trying to run
the query from there?
Regards,
- Paul -
"Robert Hennig" <[EMAIL PROTECTED]> wrote in message
9ednu0$p93$[EMAIL PROTECT
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 both it works.
>
> Thanks
>
> Robert
>
> ""Paul Gardine
Hi,
Have a try with something like this. Not tested and it's Friday ;o)
$connid = ifx_connect(blah,blah,blah) or
die("An error occurred connecting to database");
$Query = "SELECT tracknum,orderdate,ordertotal,status,shipdate ".
"FROM orders ".
"
Hi,
To be honest I don't know if PHP will work with version 5.x of Informix. I
think it must be 7.x. At least that's for the SE version.
In case I'm wrong for On-Line you can have a go but you'll have to specify
the libs manually when compiling Apache.
If you run esql -libs this will list the l
Hello again,
What version of Informix are you now running? Last time we spoke you were
only on 5. AFAIK you need at least ver 7
In the current version(4.0.6) of PHP the Informix libraries must be
specified in LIBS when compiling Apache. Jani has hopefully fixed this
problem for 4.0.7. Have a lo
Hi there,
Take a look at the following snippet below. It is similar to what you're
looking for without having to bugger about duplicating loads of lines for
each store. Just add a new one to the array if required.
Best Regards,
- Paul -
";
echo "$MonthName";
}
?>
- Original Messa
Hi,
I'm also very interested in other peoples thoughts and reactions to this.
We've been hit twofold, we run on SCO which Caldera has now taken over and
also use Informix which IBM have acquired, whom I'm sure will try to make us
move to DB2 at some point.
The other trouble we have is a lot of o
I run Informix (SE7.25.UC4 - UC5 had a major bug) on RH8.0. It wouldn't run
on RH9.0 because of the glibc 2.3.x conflict. I beleive Informix only
supports glibc 2.2.x. at the moment.
If it's possible, use RH8.0 as I know it works.
- Paul -
- Original Message -
From: <[EMAIL PROTECTED]>
T
Hi Daryl,
Have a look through the attached files. I use these to build PHP, Apache &
Informix(SE 7.25.UC6,
CSDK 2.81.UC1) on a Redhat 8.0 machine. I don't use RPM but this may give
you some clues on how to compile it all as I know this setup works.
Compiling with Informix can be an absolute ^%$"$!
12 matches
Mail list logo