Got error message in conn.Open(). Please see attached code file and error message file.
try
{
conn = new SqlConnection(connString);
conn.Open();
}
catch (System.Exception e)
{
Debug.LogError("errors ======> " + e);
}
This code is working properly in VS and monoDeveloper but got error in Unity
Please advise.
182525–6481–$errormessage_209.txt (845 Bytes)
182525–6482–$unitydatabaseconntest_173.cs (823 Bytes)