FUNCTION PROFIL_ETUDIANT(
etuID in NUMBER
) return TAB_ETUD PIPELINED;
1, if i declare OBJECT and TABLE type, i use return/out parameter type as CURSOR.
2, if I declare RECORD and TABLE type, i use return type as PIPELINED table.
All these are in JEE application from JDBC, not WO app.
goo dluck,
Kevin