How to insert only some rows?
Sorry for my bad English.
I'm using C# WinForms in VS2008 and SQL Server 2008.
I have a grid with some rows with Price = null.
I want to insert only the rows with Price != null when I update the database, without delete the rows with Price = null from the grid.
How can I do it?
Thank you.
Norberto
Norberto KelijmanPosted Jun 6, 2009, 9:35 AM
Satyanarayan BajoriaPosted Dec 10, 2009, 5:58 AM
You can achieve this by creating DataView.
Norberto KelijmanPosted May 28, 2009, 12:14 PM
Rodick WuPosted May 28, 2009, 10:53 AM
Norberto KelijmanPosted May 28, 2009, 10:06 AM
Rodick WuPosted May 28, 2009, 3:42 AM