Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / January 2006

Tip: Looking for answers? Try searching our database.

Update Fail

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Neo - 31 Jan 2006 18:17 GMT
Trying to update a database via a datagrid. I make changes to the grid and
the code then picks up the changes but when I call the update statement, it
fails because it isn't returning any 'key column' information: here is the
error - -- -

Additional information: Dynamic SQL generation for the UpdateCommand is not
supported against a SelectCommand that does not return any key column
information.

If anybody can help with this error it would be appreciated
Thanks
pvdg42 - 31 Jan 2006 19:40 GMT
> Trying to update a database via a datagrid. I make changes to the grid and
> the code then picks up the changes but when I call the update statement,
[quoted text clipped - 9 lines]
> If anybody can help with this error it would be appreciated
> Thanks

Have you checked the SELECT command to see if it returns the primary key
field(s) for the table in question?
It appears that your update is failing because the update does not have the
unique primary key for the row to be updated.
If we can assume you are loading a DataSet object and underlying DataTable
object(s), then populating a DataGrid, does the DataTable in question
include the primary key column(s) from the table to be updated?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.