[PHP-DB] What is OCINewCollection() for?

2002-10-25 Thread dr. Agon
Hello, friends.

I am working with PHP+ORACLE project. I need there to request a procedure
with pl/sql table parameter.
e.g. something like:

TYPE tbl IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;

I had found OCINewCollection() function in manual. Unfrortunatly this
function description is only comming soon. Does any one know what this
function ir realy for and how do I use it?

--
Regards, A.K.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] ORACLE Stored procedure trouble

2002-10-21 Thread dr. Agon
Hello, friends.

I got a problem working with ORA functions in PHP. I need to request ORACLE
stored procedure with two params. First is some kind of table type (i can
get exact english name of this termin if need) - e.g. this parameter is
table :-/. What is this, and how I can bind this in PHP?

Regards, A.K.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php