Reputation: 43
I'm working on Windows 8 Desktop Application and I'm using a SQL Server database. But I cannot figure out how to connect to that SQL Server database with this.
Upvotes: 3
Views: 2438
Reputation: 470
Try SQLite , I used it and it worked fine for me . Here's a tutorial and the official website
http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx
http://www.sqlite.org/index.html
Upvotes: 2