On 21.Jun.2001 -- 02:22 PM, William Flow wrote:
> Chris,
>Thanks for the advice, of course I already did "rtfm" and the
> ifx_fetch_rows entry did not really help me. It, in fact
> does NOT return an enumerated array, as the top line of the page
> states. It ONLY returns an associative
On 21.Jun.2001 -- 02:22 PM, William Flow wrote:
> Chris,
>Thanks for the advice, of course I already did "rtfm" and the
> ifx_fetch_rows entry did not really help me. It, in fact
> does NOT return an enumerated array, as the top line of the page
> states. It ONLY returns an associative
"wflow" <[EMAIL PROTECTED]> wrote:
> Hi All,
> What I want to do is create another query from some of the data from another
> one. The question is how do I take the data I get back from my first query
> and put that into variables so I can build my second query. The example I
> have in mind is:
Bård Farstad <[EMAIL PROTECTED]> wrote:
> Hi all,
> I'm writing an application which uses the PHP interface to informix. I'm
> having trouble with newlines in char/varchar or lvarchar fields.
> How can I store newlines (\n) to an informix database without using blobs?
You need to escape newlin
Hi.
When trying to insert anything into a BLOB column in informix I get a
-609 error back (invalid use of TEXT/BYTE host variable), no matter
what parameters used when ifx_create_blob'ing. Inserting into TEXT
columns does work OK.
When trying to read anything from a TEXT or BLOB column, php di