哪里可以找到 NHibernate Jet 驱动程序

发布于 2024-08-21 20:40:51 字数 144 浏览 4 评论 0原文

我不知道是不是只有我这样,但我似乎无法在任何地方找到 NHibernate Jet 驱动程序。

我还没有查看源代码,但是查看主项目文件或 NH Contrib 文件,没有给我任何结果。

浪费的时间够多了,谁能给我指路?

谢谢!

I don't know if it's just me, but I just can't seem to find the NHibernate Jet driver anywhere.

I have not yet looked into the source, but looking at the main project files or the NH Contrib files, did not give me any results.

Enough time wasted, who can show me the way?

Thanks!

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

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

发布评论

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

评论(4

恬淡成诗 2024-08-28 20:40:51

您可以在我的博客中的这篇文章中找到有关配置 NHibernate 以与 MS Access 配合使用的更多信息:NHibernate 和 MS Access - 很简单,但是...

You can find more information about configuring NHibernate to work with MS Access in this post from my blog: NHibernate and MS Access - it's simple, but...

最笨的告白 2024-08-28 20:40:51

您现在可以获取 NuGet 上的 Jet 驱动程序

PM> Install-Package NHibernate.JetDriver

它似乎会自动计算版本。

You can get the Jet Driver on NuGet now:

PM> Install-Package NHibernate.JetDriver

It seems to work out the versions automatically.

谈场末日恋爱 2024-08-28 20:40:51

它在NH Contrib,你一定错过了。它叫做 NHibernate.JetDriver

It is in NH Contrib, you must have missed it. It's called NHibernate.JetDriver

孤独岁月 2024-08-28 20:40:51

这是svn url,您可以查看整个源代码并编译最新的dll
https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib /trunk/src/NHibernate.JetDriver

here is the svn url, you can check out the entire source and compile the newest dll
https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHibernate.JetDriver

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