摘要: .NET调用ORACLE存储过程使用数组参数 ----------包定义create or replace package packtestas type string_array is table of varchar2(21) index by binary_integer; type int_array is table of number(4) index by binary_intege... 阅读全文
posted @ 2009-09-21 15:47 TOYOE 阅读(893) 评论(0) 推荐(2) 编辑