[PHP-DB] oci_new_collection and complex type

2005-09-28 Thread hal9000jw
Is it possible to use a complex collection in PHP as shown below? Oci_new_collection is successful, but the OCI-Collection-getElem(i) returns false for each record returned. If we change from a complex type to a simple type, the data returns as expected.

[PHP-DB] oracle complex type and oci_new_collection

2005-09-27 Thread hal9000jw
Is it possible to use a complex collection in PHP as shown below? Oci_new_collection is successful, but the OCI-Collection-getElem(i) returns false for each record returned. If we change from a complex type to a simple type, the data returns as expected.