What is the correct syntax for SqlConnection to connect to a local database? I think it is qlq thing of this kind !!
SqlConnection liga = new SqlConnection(@"Data Source=(LocalDB)\v11.0;
AttachDbFilename=|DataDirectory|\BaseDeDados.mdf;
Integrated Security=True;
Connect Timeout=30");