Connecting to MSSQL 2012 datasources
-
2012年8月4日 下午 07:02i'm using VS2012 RC and i'm trying to create an application which uses MSSQL 2012 as data storage. MSSQL 2012 is running on a remote server. i need to establish connection and sip data through it in both ways. how can i do that?
所有回覆
-
2012年8月4日 下午 07:56
Metro applications cannot access Sql Server DB's directly. You can create a service layer (WCF, WCF Data or Web services) which can be used to communicate with the database.- 已標示為解答 fmastyaev 2012年8月6日 上午 08:07
-
2012年8月4日 下午 08:47this applies to all Metro apps - Windows 8 RT and Windows 8 Home & Pro or just Windows RT?
-
2012年8月4日 下午 09:42
All versions.

