在 Android 应用程序中使用 Microsoft Access 文件

发布于 2024-10-30 12:28:55 字数 50 浏览 2 评论 0原文

有没有办法在 Android 应用程序中使用 Microsoft Access 文件?

Is there any way to use a Microsoft Access files in an Android application?

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

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

发布评论

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

评论(5

娇纵 2024-11-06 12:28:55

我不相信有任何方法可以将 MS Access 数据库与 Android 应用程序一起使用。相反,您可能应该考虑使用其他数据库,例如 SQLite

您可以将 Access 数据库迁移到 SQLite:

  1. 将 Access 数据库导出到文本文件中,以分号或逗号分隔。
  2. 打开 SQLite 数据库浏览器 并选择“文件”->“SQLite 数据库浏览器”。导入-> csv 文件中的表。
  3. 浏览您的文本文件并选择适当的分隔符。单击创建。

I do not believe there is any way to use a MS Access database with an Android application. Instead, you should probably consider using another database such as SQLite.

You could migrate your Access database to SQLite:

  1. Export your Access database into text files, semicolon or comma delimited.
  2. Open the SQLite database browser and chose File -> Import -> Table from csv file.
  3. Browse for your text file and choose the appropriate delimiter. Click create.
甚是思念 2024-11-06 12:28:55

如果导入不是一个选项,您可以创建一个查询数据库的 (PHP) Web 服务。然后在您的 Android 应用程序中调用该 Web 服务。

本周我将在 http://p-xr.com 上开始一个教程系列,它将解释这一点。

If import isn't an option you can make a (PHP) webservice that queries the database. Then call upon that webservice in your android application.

This week i'll be starting a tutorial serie on http://p-xr.com that will explain just that.

傾旎 2024-11-06 12:28:55

您可以使用 jackcess,它非常易于使用,但您无法执行查询。

http://jackcess.sourceforge.net/faq.html

You can use jackcess, is pretty easy to use, but you can't execute queries.

http://jackcess.sourceforge.net/faq.html

可爱暴击 2024-11-06 12:28:55

好吧,如果您使用的是 Access 2010,那么您可以构建网站,并且结果可以在并发用户数方面大规模扩展到网络。所谓的 Access Web 服务也将登陆 Office 365。因此,使用 Office 365(仍在测试中)或 SharePoint 2010,您可以将 Access 表单发布到 Web。这是我的视频,请注意中途相同的 Access 应用程序如何在标准浏览器中运行。

http://www.youtube.com/watch?v=AU4mH0jPntI

请注意,没有 ActiveX或需要 Silverlight(因此它符合 Web 标准)。我已经测试了在我的 Windows 7 手机上运行的 Access 应用程序,并且 Access Web 应用程序在我的 iPad(safari 浏览器)上也运行良好。

因此,我不明白为什么 Access 应用程序无法在 Android 手机上正常工作和运行。请注意,当您发布 Access 表单时,它们将转换为 xaml(.net zammel 表单),并且您在 Access 表单中编写的代码将转换为 JavaScript。报告被转换为 SQL Server 报告服务。

Well, if you are using Access 2010, then you can build web sites, and the results are massively scalable to the web in terms of simultaneous users. The so called Access web services are also coming to office 365. So with office 365 (still in testing) or with SharePoint 2010 you can thus publish Access forms to the web. Here is a video of mine, and note how the same Access application at the half way point is run in an standard browser.

http://www.youtube.com/watch?v=AU4mH0jPntI

Note that no ActiveX or Silverlight is required (so it standard web compliant). I have tested the Access applications running on my windows 7 phone and the Access web application also runs well on my iPad (safari browser).

So, I do not see why the Access application would not work and run fine on an android phone. Note that when you publish the Access forms they are turned into xaml (.net zammel forms), and code you write in the Access form is converted into JavaScript. Reports are converted into sql server reporting services.

分開簡單 2024-11-06 12:28:55

使用 Windows 机器并通过远程控制工具进行访问。
对于更大的场景,您可以使用 Windows 终端服务。

Use a windows machine and access access over a remote control tool.
For a bigger scenario, you can use Windows Terminal Services.

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