Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将关联数组参数传递给 DB2 存储过程。关联数组是:key是整数,value是varchar。我试图通过 Dictionary< int, string >,但得到了无效的演员表。