我们可以从任何数据库中的存储过程发送 HTTP 请求吗?

发布于 2024-11-08 13:02:06 字数 84 浏览 2 评论 0原文

我尝试谷歌搜索但找不到任何相关文章。我不确定是否可能。

您能分享一些与此标题相关的内容吗?它可以是 get 或 post http 请求。

I tried googling but couldn't find any relevant article. I am not sure if its possible or not.

Could you please share any thing relevant about this title? It could be either a get or post http request.

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

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

发布评论

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

评论(2

仅此而已 2024-11-15 13:02:06

Oracle 有 UTL_HTTP

在 SQL Server 中,您可能会使用 CLR,它为您提供 .NET 框架访问权限

Oracle has UTL_HTTP

In SQL Server, you would probably use the CLR, which gives you .NET framework access

爱要勇敢去追 2024-11-15 13:02:06

我能想到的最接近的东西是 SQL Server 中的本机 XML Web 服务。但该功能在 SQL Server 2008 中已被弃用。

http://msdn.microsoft.com /en-us/library/cc280436.aspx

The closest thing I can think of is Native XML Web Services in SQL Server. But that functionality was deprecated in SQL Server 2008.

http://msdn.microsoft.com/en-us/library/cc280436.aspx

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