On 10/20/07, Daniel Espinosa <[EMAIL PROTECTED]> wrote: > I need to represent as a GObject a data row in the Database (reference > objects). I think I need at least: row's ID and table name. I want to > add some API to this object to wraps the getter process (an SELECT > command) and the update one, allowing the user set its properties > using g_object_set function mark it as dirty (unupdated) and maybe an > gnc_object_execute command in order to update the data. > > Any suggestion?
You can have a look at the GdaRow object which is considered as an internal part of the implementation of the data models inheriting GdaDataModelRow. Vivien _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
