SQL Server Compact 4.0 vs. SQLite

后端 未结 1 585
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 16:07

I\'m interested in choosing an embedded DB engine for my WPF app. I would like information on how SQLite and latest SQL CE 4.0 compare. And if I should choose one over the o

相关标签:
1条回答
  • 2020-12-15 16:24

    See this answer: Database functionality with WPF app: SQLite, SQL CE, other? - SQL Compact 4 has full support for Entity Framework, Linq to SQL - Includes all neccesary file for private deployment - has good tools support in Visual Studio 2010 and 2012 - has a smooth migration path to SQL Server

    0 讨论(0)
提交回复
热议问题