单用户单计算机应用程序:本地数据库与 SQL Express 上的数据库

发布于 2024-12-22 03:13:33 字数 214 浏览 0 评论 0 原文

我正在为客户端、单用户单计算机构建一个应用程序。

如果我使用本地数据库,我想知道客户端是否需要安装 SQL 2008 Express 版本才能运行该应用程序?如果这是作为单击一次应用程序发布的,则本地数据库位于哪里(用于备份目的)? (或者) 如果我将数据库移至 SQL Express 并连接应用程序以使用 Express 上数据库中的数据,效果会更好吗?

预先感谢您的所有帮助。

I'm building an application for a client, single user single computer only.

If I use a local database, I want to know if a client would need to install SQL 2008 express edition to run the application? Where is the local DB located (for backup purposes) if this was published as a click once application?
(OR)
Would it be better if I moved the DB over to the SQL Express and wired the application to use the data from the DB on express.

All your help is appreciated in advance.

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

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

发布评论

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

评论(2

や三分注定 2024-12-29 03:13:33

由于您将在本地使用一个用户数据库,我建议您考虑将其集成到您的应用程序中并使用诸如 SQL Server CompactSQLite(它有一个 .NET 库,你可以下载并使用,速度非常快 袖珍的)。

Since you will be using one user database locally I would suggest that you consider integrating it in your application and use databases like SQL Server compact or SQLite (it has a .NET library that you can download and use and it's pretty fast and compact).

笑,眼淚并存 2024-12-29 03:13:33

有许多数据库可供选择。对于单用户本地应用程序,我发现即使是 Express sql 引擎也太过分了。 SqlCE、Sqlite 或 nosql 选项(如持久哈希表或 ensent)都值得研究。

there are a number of databases to choose from. for a single user local app I find even the express sql engines are overkill. either SqlCE, Sqlite or a nosql option like a persistent hashtable or ensent would be worth investigating.

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