如何使用Xamarin.Forms连接远程服务器上的现有SQL Server数据库?

时间:2016-06-25 10:16:24

标签: sql-server xaml xamarin.ios xamarin.forms

如何使用document.getElementById("id_form").addEventListener("submit", function(event){ event.preventDefault(); ... }); 将我的应用程序连接到远程服务器上的现有SQL Server数据库?

1 个答案:

答案 0 :(得分:1)

我认为你不能那样做, 我认为正确的方法是在可以访问数据库的远程服务器上公开API服务。然后,您可以使用Resful调用将应用程序连接到该服务。