TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mevada kamlesh
NA
66
29.2k
SqlException was unhandled ,Invalid object name 'Mobil'.
Mar 21 2018 5:21 AM
SqlException was unhandled ,Invalid object name 'Mobil'.error found Runtime
Our Code is:-
private void button2_Click(object sender, EventArgs e)
{
con.Open();
SqlCommand cmd = new SqlCommand(@"INSERT INTO Mobil
(First, Last, Mobile, Email, Category)
VALUES ('"+textBox1.Text+"','"+textBox2.Text+"','"+textBox3.Text+"','"+textBox4.Text+"','"+comboBox1.Text+"')",con);
cmd.ExecuteNonQuery();
con.Close();
}
}
}
Reply
Answers (
6
)
Insufficient authentication scopes in relation to Syntax “Up
Visual Studio 2013