ASP.NET 的嵌入式数据库

发布于 2024-11-18 02:01:07 字数 140 浏览 1 评论 0原文

我需要一个可以在 ASP.NET 应用程序中使用的嵌入式数据库解决方案。不幸的是,SQL Server 精简版似乎不支持 ASP.NET,并且我的 Web 主机无法使用 SQL Server。 MS Access 是一个选项。但希望有一些更好的开源解决方案。谢谢。

I need an embedded database solution that can be used from within an ASP.NET application. Unfortunately, it seems that SQL Server compact edition does not support ASP.NET and my web host does not avail me SQL Server.
MS Access is an option. But would like to have some better open source solutions. Thank you.

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

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

发布评论

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

评论(5

情泪▽动烟 2024-11-25 02:01:07

有很多选择:

  1. Sql server Compact 4.0。它适用于 asp.net,请检查 此博客条目
  2. Sqlite,它与 asp.net 配合良好,从 Sqlite 连接器站点获取连接。
  3. 火鸟。 提供商文章
  4. Db4o
  5. VistaDb
  6. MySql Embedded

我会推荐 Sqlite。

There are quite a few options:

  1. Sql server compact 4.0. It works with asp.net, check this blog entry.
  2. Sqlite, it works well with asp.net, get connection from Sqlite connector site.
  3. Firebird. provider, article
  4. Db4o
  5. VistaDb
  6. MySql Embedded

I would recommend Sqlite.

杀手六號 2024-11-25 02:01:07

SQLite 非常流行。第三方供应商提供了多种 .NET 绑定。

SQLite is very popular. There are several .NET bindings available from 3rd party vendors.

記柔刀 2024-11-25 02:01:07

SQL Server Express Edition 是一个选项,但它可能不适合高容量站点,因为它有连接限制。

SQL Server Express Edition is an option, but it may not be appropriate for high volume sites as it has a connections limit.

深居我梦 2024-11-25 02:01:07

您可以使用 SQllite这是一个基于文件的小型数据库。但它确实有局限性。

Sql Express 仍然需要安装在服务器上,因此您必须检查托管提供商。

You can use SQllite which is a file based small scale database. It does have limitation however.

Sql express still needs to be installed on the server so you would have to check the hosting provider.

廻憶裏菂餘溫 2024-11-25 02:01:07

如果您不介意网络数据库模型,您可以尝试以下操作: https://github.com/mdsoftware/mData 。类似 Lisp 的数据处理语言和表达式编译器/执行机是一种选择。

If you don't mind against network database model, you can try this: https://github.com/mdsoftware/mData. Lisp-like data processing language and expression compiler/execution machine are an options.

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