Oracle 和 asp.net

发布于 2024-10-04 05:39:54 字数 89 浏览 9 评论 0原文

应使用什么客户端从 ASP.net 代码访问 Oracle 数据库(特别是调用存储过程)?我特意指的是行业标准。您遇到过哪些提示/技巧/问题?

编辑

What client should be used to access Oracle database (specifically invoking the stored procedures) from ASP.net code? I am specifically referring to the industry standard. What tips/tricks/issues have you had with it?

EDITED

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脸赞 2024-10-11 05:39:54

您应该使用 ODP.NET

System.Data.OracleClient 是 . NET 框架已弃用 不应再使用,因为它们将在 .NET Framework 的未来版本中删除。

You should use ODP.NET.

System.Data.OracleClient which is part of the .NET framework is deprecated and should no longer be used because they will be removed in a future version of the .NET Framework.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文