Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
到目前为止,我使用的是 Sql Server 2005和2008 ,为了便于移植,我使用了 Access。我听说过 Sql Compact 版本,并且阅读它的最大支持大小是4GB,有没有办法增加最大大小?或者有替代数据库来做同样的工作?
你试过火鸟RDBMS
完全支持存储过程和触发器
完全符合 ACID 的交易
参照完整性
多代架构
占用空间非常小
对于关系数据库,您可以查看SQLite。这里有一个 ADO.Net 提供程序。
如果您对出色的 NoSQL 数据库感兴趣,我强烈推荐RavenDB,它包含嵌入式模式。