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
tarun ahuja
NA
7
0
Updating database using table adapter
Feb 4 2010 2:32 AM
i have used the following code to update the database
studentbindingsource.Endedit();
studenttableadapter.update();
I am getting an error:"Set update command for the table adapter"
The table adapter is creating the select and insert command automatically as it is supposed to but the update command is not created .
In that case i have to explicitly write the update command , but i want to know where i am going wrong..Please help me with ur answers..
Reply
Answers (
5
)
Saving Image in SQL Server 2005 Database with using Typed Dataset and passing parameter as XML from Typed Dataset
Connection with .NET