Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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...
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...