Firebird是ASP.NET的优秀嵌入式数据库吗?还有哪一个 [英] Is Firebird good embedded DB for ASP.NET? Which else?

查看:100
本文介绍了Firebird是ASP.NET的优秀嵌入式数据库吗?还有哪一个的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为asp.net应用程序寻找良好的嵌入式数据库,同时尝试避免使用SQLExpress(我需要将其作为可下载文件,而无需在服务器上安装),我发现火鸟。但是:

Looking for a good embedded db for my asp.net apps while trying to avoid SQLExpress (I need it to be a downloable file(s) with no need to install at server), I found Firebird. But:

据此:
http://en.wikipedia.org/wiki/Embedded_database#Firebird_Embedded


经典版本和超级服务器版本的Firebird,不同之处在于两个或多个THREADS(不仅仅是应用程序)无法同时访问同一数据库。因此,Firebird Embedded充当访问其数据库的单线程客户端的本地服务器(这意味着它不适用于ASP.NET Web应用程序)

It has the same features as the classic and superserver version of Firebird, except that two or more THREADS (not just applications) cannot access the same database at the same time. So Firebird embedded acts as a local server for a single threaded client accessing its databases (that means it doesn't work properly for ASP.NET web applications)

根据此 http:// www .firebirdsql.org / en / development-net-provider / ,但是,有 一些ASP.NET提供程序已发布。

According to this http://www.firebirdsql.org/en/development-net-provider/, however, there are some ASP.NET providers released.


可以在这里找到ADO.NET数据提供程序,ASP.NET Web提供程序和DDEX提供程序的每周构建。

Weekly builds of the ADO.NET Data Provider, the ASP.NET Web Providers and the DDEX provider can be found here.

所以问题是:是不是在asp.net中使用的嵌入式db替代品?

否则,您会推荐什么呢?

If not, what would you recommend instead?

推荐答案

我已经修复了Wikipedia文章,firebird 2.5完全是嵌入式多线程的,并且完全支持asp.net
http://blog.cincura.net/231742-firebird-embedded-in-comparison-to-sql -server-compact-edition-4 /

I have fixed the wikipedia article , firebird 2.5 embedded is fully multithreaded and it is fully supported for asp.net http://blog.cincura.net/231742-firebird-embedded-in-comparison-to-sql-server-compact-edition-4/

另外,根据我在jiri博客上所读的内容,也可以在天蓝色的
< a href = http://blog.cincura.net/232332-using-firebird-inside-azure-without-vm-role/ rel = nofollow> http://blog.cincura.net/232332-using -firebird-inside-azure-without-vm-role /
和亚马逊
http://blog.cincura.net/232333-amazons-ec2-micro-instance-andfirebird/

Also from what i have read on jiri's blog it is possible to run it on azure http://blog.cincura.net/232332-using-firebird-inside-azure-without-vm-role/ and on amazon http://blog.cincura.net/232333-amazons-ec2-micro-instance-and-firebird/

这篇关于Firebird是ASP.NET的优秀嵌入式数据库吗?还有哪一个的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆