流畅的 Nhibernate 连接到 Firebird

发布于 2024-09-06 09:07:00 字数 174 浏览 5 评论 0原文

我无法连接到 Firebird 数据库。我似乎在互联网上找不到太多关于 Fluent NHibernate 和 Firebird 的信息,这导致我来到这里。

任何人都可以提供有关如何在 C# 中将 Fluent NHibernate 连接到 Firebird 数据库的任何见解吗?我正在专门编写一个 WPF 应用程序。

I'm having trouble getting a connection to a Firebird database. I can't seem to find too much information on Fluent NHibernate and Firebird on the Internet which lead me to here.

Can anyone provide any insight on how to connect Fluent NHibernate to a Firebird database in C#? I'm specifically writing a WPF application.

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

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

发布评论

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

评论(1

剩一世无双 2024-09-13 09:07:00

Fluent nHibernate 不应该有任何特定的东西会导致 Firebird 或任何其他数据库出现问题 - 这就是 nHibernate 的要点,而 FnH 只是它上面的一层。

如果您发布一些错误,有人可能能够更好地帮助您,因为不可能知道哪里出了问题。例如,您可以在当前环境中通过正常的 NH 映射连接到 Firebird 吗?

There shouldn't be anything specific to Fluent nHibernate that causes problems with Firebird or any other database for that matter - that's the point of nHibernate, and FnH is just a layer above it.

If you post some errors someone might be able to better help you, because it's impossible to know what it is that's wrong. Can you connect to Firebird through a normal NH mapping in your current environment, for example?

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