Chintan Agravat
Chintan Agravat

Reputation: 43

Connect SQL Server database in Windows 8 App?

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

Answers (2)

IrishDog
IrishDog

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

Duncan Smith
Duncan Smith

Reputation: 538

If you're using .NET look up the SqlConnection class

Upvotes: 0

Related Questions