binding a hide cursor in oracle

wxdqz

New Member
Please, I need some help. My procedure is returning the data using dbms_sql. My cursor is opened using the dbms_sql.open_cursor method:

c:= dbms_sql.open_cursor;

but i don't declare it a parameter of my procedure. So I can't bind it in PHP, and consequently I can磘 get the rows...

Any can help me? Do I need to put some different type in OCIBindByName?

Thansk any comment.
 
Back
Top