pass multidimensional "table of" through OraCommandCommon
Posted: Sun 31 Jan 2010 15:56
Hi all.
How can i pass type :
where
to Oracle stored procedure through OraCommandCommon ?
I know that VARCHAR_TBL should be passed as string[], so i tried
pass VARCHAR_SQUARE as string[][] but the 'invalid object state' error occurs.
Sorry for nasty english.
How can i pass type :
Code: Select all
create or replace VARCHAR_SQUARE as table OF varchar_tblCode: Select all
create or replce VARCHAR_TBL as table of varchar2I know that VARCHAR_TBL should be passed as string[], so i tried
pass VARCHAR_SQUARE as string[][] but the 'invalid object state' error occurs.
Sorry for nasty english.