hi
i want to store data in table in my database in sqlserver from microsoft visual studio, but i can not, because give error Incorrect syntax near 'valuse' and it point to co.ExecuteNonQu ery(); please help to me.
my code:
Code:
        private void btn_add_person_Click(object sender, EventArgs e)
        {
            SqlConnection cmd = new SqlConnection(@"data source = (local);integrated security = sspi;initial catalog
...