Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,
i'm developping a windows8 app and i'm facing a problem: i want to connect my app to a database located on a remote server how can i do it and wich server should i use?? it's urgent.
thanks for advance
Posted

1 solution

Its not possible to access SQL Server DB from Windows8 app directly. you need to create a service layer which interacts with DB and returns the result.

How to access data from Win8 App

how do I interact with sql in a windows store app
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900