C#: Pass a user-defined type to a Oracle stored procedure

后端 未结 3 835
盖世英雄少女心
盖世英雄少女心 2020-12-09 22:09

With reference to Oracle: Variable number of parameters to a stored procedure

I have s stored procedure to insert multiple Users into a User table. The table is defi

3条回答
  •  再見小時候
    2020-12-09 22:47

    ODP.net supports user defined types. http://www.oracle.com/technology/tech/windows/odpnet/index.html

    Google for examples or read the manual.

提交回复
热议问题