Hello. I have a problem with connect to database MS SQL Azure in monotouch.
To a simple database MS SQL I can connect - all successfully opens a
connection request and is, but to MS SQL Azure i have error: SSL encryption
for data sent between client and server is not implemented.
using (SqlConnection connection = new
SqlConnection("Server=tcp:asz59ug1bl.database.windows.net,1433;Database=Mymd;User
ID=myuser@asfe41241;Password=MyPwd;Trusted_Connection=True;Encrypt=True;"))
{
connection.Open(); }
how to solve this problem?
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/Sql-azure-problem-tp4347507p4347507.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch