Is there any way how 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 PostgreSQL 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). You can have a look at gtk-sharp/sample/DbClient, where there is a Gtk# application that uses System.Data. It does not use DataAdapter, but DataReader though.
Related Questions
- Can any of the TECA Custom Controls automatically connect to the AS/400 or is it necessary to make a connection before using them?
- Files with the file extension ".pst" appear, as I connect the IC recorder to the computer. What are PST files?
- Is there any way how to connect DataAdapter to some Gtk# controls?