[IronPython] data binding

Michael Foord fuzzyman at voidspace.org.uk
Tue Jul 18 01:36:24 CEST 2006


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
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>   




More information about the Ironpython-users mailing list