AIR应用程序设计

发布于 2024-08-08 18:06:34 字数 412 浏览 8 评论 0原文

我想制作一些 AIR 应用程序,用于跟踪公司内部的工作。
这个想法是创建一些数据库来处理所有数据,并且当其他计算机上的其他用户修改数据时,它总是保存在同一个“服务器”上。
因此,多个用户可以编辑同一个数据库,如果所有数据都能不断“刷新”(如果一个用户编辑并保存数据,其他用户计算机上的数据会立即更新),那就太好了。应用程序仅在本地网络中使用。
我在 Excel 中有一些数据,所以我也想知道 AIR 是否可以以某种方式处理它?还是重新构建整个数据库更好?

那么,我应该使用哪种数据库?我听说 AIR 非常喜欢 SQLite,这很好,因为我使用 MySQL...
AIR(与 SQLite 结合使用)是否能够满足我的所有需求(通过网络工作、共享相同的数据库、刷新数据、创建服务器/客户端应用程序或其他内容等)?

非常感谢您的任何想法!
米。

I would like to make some AIR application which would be used for tracking jobs inside a company.
The idea is to create some database which will handle all the data and, when other users form other computers modify data, it is always saved on that same 'server'.
So, more than one user can edit same database, and it would be great if all the data is constantly 'refreshed' (if one user edits and saves data, on other users' computer data is instantly updated). Application would be used only in local network.
I have some data in Excel, so I also wonder if AIR can handle it somehow? Or is it better to re-structure the whole db?

So, which kind of db should I use? I've read that AIR likes SQLite very much, which would be good because I work with MySQL...
Is AIR (in combination with SQLite) able to handle ALL my needs (working over network, sharing same db, refreshing data, creating server/client applications or something, etc.)?

Thank you very much for any thoughts!
m.

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

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

发布评论

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

评论(1

孤檠 2024-08-15 18:06:34

您可以使用的数据库没有限制。我的建议是用 PHP 或 ASP 或您喜欢的任何语言创建一个界面(因为数据库位于其他地方的服务器上,所以您无论如何都需要某种网络连接),并通过该界面发送所有请求和修改。

There's no restrictions on what database you can use. My advice would be to create an interface in PHP or ASP or whatever language you prefer (since the Database is on a server elsewhere, you'll need some sort of network connectivity anyway), and send all requests and modifications through that.

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