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
David Smith
NA
2k
0
Tableadapter Help
Feb 22 2013 2:34 PM
I am not forsure why the logic below is not saving the data to the database. I have a grid that has a assigned datasource and a assigned datamember, when I execute the code below, the data is not saving to the database. Can someone help me. I am using the dataset designer.
generalDataSet.AcceptChanges();
tmpContactScheduleGeneralTableAdapter1.ClearBeforeFill = true;
int test = tmpContactScheduleGeneralTableAdapter1.UpdateTemporaryScheduleTable(].approvedPersonnelUser.ID, DateTime.Now, approvedPersonnelUser.ID, DateTime.Now);
Console.WriteLine(test.ToString());
tmpContactScheduleGeneralTableAdapter1.Fill(generalDataSet.tmpContactSchedule);
tmpContactScheduleGeneralTableAdapter1.Update(generalDataSet);
Reply
Answers (
0
)
how i can develop minesweeper on C# kindly help
how to show a message every hour after current time vb.net ?