从 64 位 ASP.NET 应用程序使用 Access 数据库

发布于 2024-11-03 00:35:53 字数 297 浏览 0 评论 0原文

我有一个上传 Access MDB(其文件格式)的应用程序,我需要从中提取数据。我无法控制此文件类型或格式。我的问题是我的 Web 应用程序是 64 位应用程序并且无法更改。 JET 不适用于 64 位系统。我找到的每个答案都是将我的配置设置为 x86(32 位),但我无法使用我的 Web 应用程序执行此操作。我也尝试过ACE,结果相同。

我需要一种 64 位方式从 Access 数据库文件中读取数据,或者分离 32 位线程来获取我的数据等。

我很沮丧。访问是一个用词不当。他们应该将其称为“MS MyDataIsTrappedInHell”。

I have an application uploading Access MDB (its file format) that I need to pull data from. I HAVE NO CONTROL OVER THIS FILE TYPE OR FORMAT. My problem is that my web application is a 64-bit application and CANNOT BE CHANGED. JET doesn't work with 64-bit systems. Every answer I've found is to set my configuration to x86 (32-bit) and I cannot do this with my web application. I've also tried ACE with the same result.

I need a 64-bit way to read data from an Access data base file, or spin off a 32-bit thread to get to my data, or something.

I am so frustrated. Access is a misnomer. They should call it MS MyDataIsTrappedInHell.

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

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

发布评论

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

评论(1

林空鹿饮溪 2024-11-10 00:35:53

只需为您的数据访问创建一个单独的 32 位程序集,然后您就可以在 Web 应用程序中引用它

Just create a separate 32 bit assembly for your data access, which you can then reference in your web application

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