[Mono-list] How to connect DataAdapter to components int GTK#

Miguel de Icaza miguel@ximian.com
25 Jul 2002 13:12:56 -0400


> > Is there any way hao to connect DataAdapter to some GTK# controls??

There is a sample file called `DbClient' in gtk-sharp/samples that you
might to look at.  It is a sample program in Gtk# that
adds/updates/deletes information on a Postgress database.

When we have the new table/tree widgets, I am sure someone would write
an adapter for System.Data (in Gtk2 the tree/list widgets are written
using a view/model, so you only need to write a model that maps to the
database).

Miguel.