Return resultset from oracle 11g stored procedure using classic asp

后端 未结 1 1470
长情又很酷
长情又很酷 2021-01-13 23:15

We recently upgraded from Oracle 10g to 11g and now the microsoft provider MSDAORA.1 won\'t work. I\'ve changed to using the OraOLEDB.Oracle provid

相关标签:
1条回答
  • 2021-01-13 23:34

    From a suggestion by @searchAnResQ in the comments I had our oracle team redo the stored procedure to return a Ref Cursor and that seemed to do the trick. I found that returning a table wasn't supported by the ODAC version we were working with.

    0 讨论(0)
提交回复
热议问题