Open Source DBMS
I have to create t开发者_开发知识库wo web applications using:
ASP.NET
JSP
Without using MySQL, I'm looking for a free (open source) DBMS.
I found Firebird and and Postgresql, but I'm not sure about them; Is there any other powerful DBMS you've already used in this case ?
Thanks.
I've used both Firebird and Postgres, and they're fine. You could also look at SQLite3, or one of the "NoSQL" data stores, like MongoDB, CouchDB, or Riak.
Firebird and SQLite have the distinction of being embeddable databases, meaning you can easily ship them as a part of your application without having to require the end user to set up the database separately.
精彩评论