Search code examples
c#sql-server-ceuwp

Can i use SQL CE database in an UWP app?


As i can see from tutorials the typical option is SQLite. I'd like to use SQL Compact instead as i am about to port an existing app. Is it possible? Thanks!


Solution

  • No, you cannot use SQL Server Compact with UWP, but you can use SQLite and the sqlite-net wrapper, which enable "LINQ to SQL" like functionality.