Firebird .NET 互操作

发布于 2024-08-03 00:18:41 字数 48 浏览 4 评论 0原文

有人有使用 Firebird 与 .NET 框架互操作的经验吗?如果有,进展如何?

Has anyone had experience with using Firebird in interoperating with the .NET framework and if so, how did it go?

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

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

发布评论

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

评论(2

佞臣 2024-08-10 00:18:41

我在商业桌面应用程序中使用了 firebird。

它的性能很好,直到您处理返回大型结果集的查询。在这些情况下,我们发现 firebird 的 .net 提供商执行效率低下。您可能会发现这对您来说不是问题 - 如果查询足够具体,它们不会返回大型结果集。

对于我们来说,表现仍然还过得去。

它的功能当然是完整的,从某种意义上说,它可以做我们想要它做的一切。该工具也足以帮助进行故障排除、表设计等。

作为一名 sql 服务器开发人员,我发现 firebird 的 sql 语法足够接近,我们可以通过常规谷歌搜索来处理问题,而无需向 stackoverflow 寻求帮助。

I've used firebird in a commercial desktop application.

Its performance is fine, until you deal with queries that return large result sets. In those cases we found that the .net provider for firebird was performing in an inefficient way. You may find that this isn't a problem for you -- if queries are specific enough they don't return large result sets.

For us, the performance remained passable.

It was certainly feature complete, in the sense that it could do everything we wanted it do. The tooling is also sufficient to help with troubleshooting, table design etc.

As a sql-server dev i found firebird's sql syntax close enough that we handled problems through general googling and without needing to ask for help from stackoverflow.

抚你发端 2024-08-10 00:18:41

看看Sinática Monitor。它是一个 firebird 监控工具,用 C# 和 .net 2 编写。
另请查看 Firebird .Net 数据提供程序

Take a look at Sinática Monitor. It's a firebird monitoring tool and it's written in C# with .net 2.
Also check out the Firebird .Net Data Provider.

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