Does anybody know if Windows RT will have some form of SQL Express available? Hoping for something C# friendly rather than C++.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SQLite seems to be the most common option for WinRT apps. As you can see here they made WinRT support the key feature of 3.7.13 release. I’m not too familiar with SQLite, but I think it could be (easily?) used from C# as well.
It seems that some people were successfully building SQLite for ARM processors, see here.
Given that ADO.NET and ODBC are not allowed in Windows Store apps, even if SQL Server Express could run on ARM you wouldn’t be able to connect to it. It is safe to assume SQL Server Express and SQL Server Compact are not going to be available for Windows Store apps anytime soon, if ever.