My Project had a little SQLite-database now,It will running on mobile phone to connection Ms-SQL database in LAN,
我現在有在專案裡建一個SQLite資料庫,之後要在執行時再經常性連接到區網上的Ms-SQL上讀取資料,
.
.
Beacause Xamarin.Forms seems not allowed direct connection to MS-SQL,has to connection by WebServices. But my project expected only two or three mobile devices with a local MS-SQL database in LAN,it's still should use WebServices to connection?
因為Xamarin.Forms似乎不允許直接連接MS-SQL,所以大多數人都是用WebServices來連接MS-SQL,但我只是兩三個裝置與一個主資料庫的小系統,這架構下依然該用WebServices來間接連接嗎?
.
.
I found System.Data.SqlClient seem unable called in Platform,but seem can code on Xamarin.Android , Xamarin.IOS and Xamarin.UWP.
That is mean it's possible connection to MA-SQL without WebServices?
我看 System.Data.SqlClient; 似乎被刻意擋住了,要使用只能在各專案中呼叫,是表示其是可以分別在各平台實作直接連接MS-SQL的部分而不是只能用WebServices嗎?
↧
How to connection to a MS-SQL database
↧