[PHP-DEV] Bug #1280: Error when doing OCIDefineByName with empty fields From: steffenmail <email protected>
Date: 03/30/99

From: steffenmail <email protected>
Operating system: SuSE Linux 6.0
PHP version: 3.0.7
PHP Bug Type: Oracle related
Bug description: Error when doing OCIDefineByName with empty fields

When I do

OCIDefineByName($stmt,"PERSON_VORNAME",&$person_vorname);

with Oracle 8.0.5 and *the value of PERSON_VORNAME is empty (no content)*, the HTML page stops loading in the middle and doesn't print out any errors.

For example, if I save a fax number (which is optional) from a form to the database and the user leaves it blank, the described error occures.

Is this a bug?

Thanks a lot,
- Steffen

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>