[PHP-DB] OCINewCollection

2004-02-26 Thread MARKOV Todor RO/DRSA/DIP
Hi I am looking for some help with the OCINewCollection function. My pb is that I whant to get a PLSQL stored procedur OUT parameter of TYPE my_type of collection( TABLE ...) back in my PHP script as array Please help me ... P.S. I am very newby in the list so if my question is stupid

Re: [PHP-DB] ocinewcollection recursive call

2003-10-29 Thread Ludnyi Levente
Hello! I tried to use OCINewCollection with PHP 5 beta, but I got the same results. Has anybody used this function with Oracle8i (8.1.7) on Windows? What kind of (oracle or php) settings can result this behaviour? I'm trying to use the OCINewCollection function, but if I don't specify the

[PHP-DB] ocinewcollection recursive call

2003-10-28 Thread Ludnyi Levente
Hello I'm trying to use the OCINewCollection function, but if I don't specify the 'schema' parameter for this function, then I get the 'ocinewcollection(): OCI8 Recursive call!' error message, and the page never appears (I must restart IIS). If I give a typename, that does not exsits on the

Re: [PHP-DB] ocinewcollection recursive call

2003-10-28 Thread Christopher Jones
Ludnyi Levente wrote: Hello I'm trying to use the OCINewCollection function, but if I don't specify the 'schema' parameter for this function, then I get the 'ocinewcollection(): OCI8 Recursive call!' error message, and the page never appears (I must restart IIS). If I give a typename, that

[PHP-DB] ociNewCollection and package

2001-09-26 Thread Olaf Taesch
Hi, following the example in conf.php.net/oci with declaring the typ outside a package is runs! trying in php $arr = OCINewCollection($conn,TEST.ARR_CHAR); only brings: Warning: OCITypeByName: OCI-22303: type .TEST_OLE.ARR_CHAR not found but the type ARR_CHRR declared in the package