On Tue, Jul 5, 2011 at 15:06, Ulrich Groffy <ulrich.gro...@arcor.de> wrote:
> I need some help for understanding how to update data inquired from a 
> parametrised sql statement inside a DataGridView.
>
> I added two parameters to the DataAdapter.UpdateCommand. The 
> DataGridView.DataSource is assigned to a DataTable object.
>
> When executing
>
> DataAdapter.Update(DataTable);
>
> where I have to assign the needed parameter values for updating each row in 
> DataTable??
>
>
> Did I understand something completely wrong?

It's added from data table based on source column property.

-- 
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to