简体   繁体   中英

Read database from SQL Server - WP8 Application in C#

I have an database in my MS SQL Server and I want to create a WP8 App which can log in and can read over sql query or update the database. In c# there is it easy to connect to a SQL Server, but in WP8 its more complicated. Can anybody help me? I want to connect to a database over a username and a password and I want to read and edit the database.

您可以开发与数据库进行通信的Web服务,将其部署到Azure实例上的IIS,然后从Windows 8应用程序中使用它(通过在Visual Studio中向Web服务添加Web引用)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM