Reply to thread

thanks....

but i tried already still cannot add-in database.

This is my new changing codes:


SqlCommand myCommand = new SqlCommand("Insert into employee(id, name, pass) values(" + textBox1.get_Text() + "," + textBox2.get_Text() + "," + textBox3.get_Text() + ")", sqlConnection1);


who know abt the J# syntax??? can somebody help me...


Back
Top