update datagrid
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
- From: "John" <me@xxxxxx>
- Date: Sat, 12 Aug 2006 11:51:04 -0400
I have an editable datagrid and when the user clicks update how can i update
only the changed rows? Im' not using a typed dataset, so how can i update
only the changed rows to the database?
.
Relevant Pages
- Re: update datagrid
... updates, connection to the database? ... do you have an snippet I can see how this is done? ... Im' not using a typed dataset, ... update only the changed rows to the database? ... (microsoft.public.dotnet.framework.aspnet) - Re: Memory problem
... Server database. ... I only transfer changed rows back to the database, ... the Select function from the datatable for receiving the changed rows. ... When I do not use this select function then the free memory remains ... (microsoft.public.dotnet.framework.compactframework) - Re: dataset safety?
... It is up to you how many times you update the database, ... changed rows are updated, not a complete dataset. ... I am currently looking at re-writing a payroll/timesheet application that ... Up till now I have been experimenting and using strongly typed datasets as ... (microsoft.public.dotnet.framework.adonet) - Re: update datagrid
... If you load the changes back into your dataset, ... You can then connect to the DataAdapter, ... and only those rows will be sent to the database. ... update only the changed rows to the database? ... (microsoft.public.dotnet.framework.aspnet) - VC# 2005 Express Edition does not generate database Update and Delete statements
... application works with an Access database containing a few tables, ... Configuration Wizard as "SELECT tablename.* FROM tablename". ... attempt I encountered an error "Update method requires a valid event ... UpdateCommand when passing the DataRow collection of changed rows." ... (microsoft.public.vstudio.general) |
|