Microsoft .NET Framework Data Provider for Oracle 执行脚本时出现问题
我们在执行以 BEGIN 开头的脚本时遇到问题,并且与上述提供程序有多个过程或触发器。 这些的执行失败。 有人遇到过类似的问题吗?
We are having trouble executing scripts that begin with BEGIN and are having multiple procedures or triggers with the aforementioned provider. Execution of those fails. Has anyone eperienced similiar problems?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这是 MS DPO 的一个“功能”。
如果可以的话,请考虑使用 ODP.NET。
I believe that is a 'feature' of MS DPO.
Consider using ODP.NET if you can.