嵌入式数据库的.NET,可以运行关闭网络嵌入式、数据库、网络、NET

由网友(爷的心禁止访问)分享简介:我是(现在仍然是)寻找一个嵌入式数据库在.NET(C#)应用程序中使用。需要说明的:应用(或至少所述数据库)存储在网络上的驱动器,但只在一个时间使用的1个用户I was (and still am) looking for an embedded database to be used in a .net (c#)...

我是(现在仍然是)寻找一个嵌入式数据库在.NET(C#)应用程序中使用。需要说明的:应用(或至少所述数据库)存储在网络上的驱动器,但只在一个时间使用的1个用户

I was (and still am) looking for an embedded database to be used in a .net (c#) application. The caveat: The Application (or at least the database) is stored on a Network drive, but only used by 1 user at a time.

现在,我的第一个想法是 SQL Server精简版。这确实是很好integreated,但它不能运行关闭网络

Now, my first idea was SQL Server Compact edition. That is really nicely integreated, but it can not run off a network.

火鸟似乎有同样的问题,但.NET集成似乎算不上一流,主要是无证。

Firebird seems to have the same issue, but the .net Integration seems to be not really first-class and is largely undocumented.

黑鱼SQL 看起来很有趣,但是.NET版本没有审判。价格还行。

Blackfish SQL looks interesting, but there is no trial of the .net Version. Pricing is also OK.

的东西,使用.NET 和行之有效任何其他建议运行了一个网络,而无需实际安装服务器软件的需要?

Any other suggestions of something that works well with .net and runs off a network without the need of actually installing a server software?

推荐答案

的SQLite有可能从网络驱动器访问它的如果的你把自己1用户的限制的时间。

SQLite came to my mind while reading your question, and I'm quite sure that it's possible to access it from a network drive if you keep yourself to the constraint of 1 user at a time.

的SQLite上。 NET - 起床并在3分钟内运行

阅读全文

相关推荐

最新文章