流畅的 Nhibernate 连接到 Firebird
我无法连接到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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?