2016年9月19日 星期一

Xamarin Mono Andorid with SQL Server Database

參考引用來源:Xamarin Mono Andorid with SQL Server Database
---

try
{
SqlConnection con = new SqlConnection("data source=192.168.1.33\SQLEXPRESS;initial catalog=odb_Terremot;user id=OSCAR;password=Data.SIS.@);
con.Open();
this.lblMensaje.Text = "Conexión establecida";
return;
}
catch
{
this.lblMensaje.Text = "No se pudo conectar a la base de datos";
return;
}


--
--

沒有留言:

張貼留言