msst1234 2015-08-25 17:12 采纳率: 41.7%
浏览 1569
已采纳

各位帮我看下VB调用oracle存储过程的一个异常

接了一个接口的活,VB写的,调用第三方提供的存储过程出现一个异常,如下:System.Data.OleDb.OleDbException: 未指定的错误
at System.Data.OleDb.OleDbCommand.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbCommand.InitializeCommand(CommandBehavior behavior, Boolean throwifnotsupported)
at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
at maroland.RIS.SystemInterface.HISInterface.postRISOrderDeleted(String orderSeq)

 大侠们知道这个是什么原因吗?
 VB代码如下:![图片说明](https://img-ask.csdn.net/upload/201508/26/1440551533_823444.png)

小弟在这多谢了

  • 写回答

2条回答 默认 最新

  • threenewbee 2015-08-25 17:33
    关注

    System.Data.OleDb只能用于access,没有调用oracle的功能,需要下载专门的驱动和支持库
    http://blog.sina.com.cn/s/blog_626ab70c0100q1i6.html

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)
编辑
预览

报告相同问题?

悬赏问题

  • ¥15 点云密度大则包围盒小
  • ¥15 nginx使用nfs进行服务器的数据共享
  • ¥15 C#i编程中so-ir-192编码的字符集转码UTF8问题
  • ¥15 51嵌入式入门按键小项目
  • ¥30 海外项目,如何降低Google Map接口费用?
  • ¥15 fluentmeshing
  • ¥15 手机/平板的浏览器里如何实现类似荧光笔的效果
  • ¥15 盘古气象大模型调用(python)
  • ¥15 传人记程序做的plc 485从机程序该如何写
  • ¥15 已知手指抓握过程中掌指关节、手指各关节和指尖每一帧的坐标,用贝塞尔曲线可以拟合手指抓握的运动轨迹吗?