I try to connect to a local database with the connection string that offers Visual Studio in the object browser SQL .
The code is as follows:
private void Form1_Load(object sender, EventArgs e)
{
SqlConnection myCon = new S...
asked by
04.05.2018 / 22:09