Postgres odbc 连接不显示存储过程

发布于 2024-11-27 09:42:24 字数 205 浏览 3 评论 0原文

我正在用 C# 开发 postgres 数据库应用程序。我的 ODBC 连接有问题(PostgreSQL ODBC 驱动程序 8.04.0200-1)。它不显示 VS Server Explorer 中的存储过程,而是显示表和视图。我计划在 Crystal Reports 中使用存储过程。我管理数据库,因此我尝试向该角色授予存储过程的执行权限,但这没有帮助。 任何人都可以帮助可能是什么原因?

I'm working on postgres database application in C#. I have a problem with ODBC connection(PostgreSQL ODBC driver 8.04.0200-1). It's not showing stored procedures in VS Server Explorer, while showing tables and views. I plan to use a stored procedure in Crystal Reports. I administer the database, so I tried to grant execute privilage on the stored procedure to the role, but that didn't help.
Anyone can help what might be the reason?

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

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

发布评论

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

评论(1

坚持沉默 2024-12-04 09:42:24

PostgreSQL 没有存储过程。但它确实具有用户定义的函数。 “VS Server Explorer”知道如何显示这些吗?您是否在服务器上打开了 ODBC 连接的日志记录,以查看它使用哪些查询来查找它们?

PostgreSQL doesn't have stored procedures. It does have user-defined functions though. Does "VS Server Explorer" know how to display these? Have you turned logging on your ODBC connection / at the server to see what queries it's using to find them?

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