为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:8.0
【操作系统】:windows
【CPU】:酷睿i7
【问题描述】*:
存储过程定义了一个ARRAY类型的数组参数,
CREATE OR REPLACE TYPE CCC IS TABLE OF VARCHAR2(80);
在ado.net中调用传输 AddInParameter(cmd, ":CCC", DmDbType.ARRAY, new string[] { "111", "222" });
访问失败,提示:System.Exception:“Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')”
请问达梦8驱动支持数组传值吗?