Re: [PHP-WIN] Ora_fetch

2001-05-09 Thread Tom Mathews
OK Forget this - I managed to get onto php.net this morning and noticed the helpful comment from Bernard Blundell - if anyone else has this problem, just add the constant , ORA_FETCHINTO_NULLS, to the ora_fetch_into() function: - ora_fetch_into($cursor, &a, ORA_FETCHINTO_NULLS) Tom Mathews wrot

[PHP-WIN] Ora_fetch

2001-05-08 Thread Tom Mathews
Hi all I've just had to revert to Ora (as opposed to OCI) functions for a backward site and I'm having a problem: - I'm doing the following 1) ora_parse and ora_exec on a SELECT statement 2) ora_fetch_into on the cursor from (1) What seems to happen is that when it encounters any null values i