jeff sacksteder wrote:
> Another tutorial opportunity for Michael.
>
It's on the list, of course I'll have to learn about it first. :-)

Luckily I work with some very talented folk...

Michael
http://www.voidspace.org.uk/python/index.shtml

> I have a DataGridView control containing data that needs to be flushed 
> back into the original data source. I believe the following to be true:
>
> The DataGridView control is bound to the DataSet Object, which is 
> bound to the DataAdapter, which connects to the DataSource.
>
> I need to call the Update() method of the DataAdapter to cause the 
> changes to be written back to the database.
>
> Assuming I have a reference to the specific control, how do I find the 
> related DataAdapter ?
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>   

_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to