Is Firebird good embedded DB for ASP.NET? Which else?
问题 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: According to this: http://en.wikipedia.org/wiki/Embedded_database#Firebird_Embedded 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