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
Mfwamba Tshimanga
NA
155
46.1k
Doesnt update... why?
Sep 15 2014 1:44 PM
Hi!
I need to update... Its doesnt update datas.
This is my code:
private void btnEditFunc_Click(object sender, EventArgs e)
{
Conn.Open();
oleDbCmd.Connection = Conn;
oleDbCmd.CommandText = "UPDATE worker SET name= '" + txtName.Text + "' WHERE code = " + txtCode.Text + ")'";
oleDbCmd.ExecuteNonQuery();
Conn.Close();
}
Reply
Answers (
1
)
Resizing column...
I Want To Fill a DropdownList using Store Procedure