2008/9/26 paragasu
<paragasu gmail com>
can gnome_db_basic_form display photo (plugin) when the column is of type blob?
or can gnome_db_basic_form display calendar (plugin) when the column
is of type date?
Yes. The GnomeDbBasicForm simply displays the values of each GdaParameter in a GdaParameterList (or, with the V4, the values of each GdaHolder in a GdaSet). However, please note that a GdaParameter's type can't be changed once it has been created.
how update/insert/delete work on gnome_db_basic_form?
There is no update, insert or delete at the GnomeDbBasicForm level as it just operates on a GdaParameterList which is just a list of values. If you want to display (and modify) the contents of a GdaDataModel, then you need to use the GnomeDbForm object.
Cheers,
Vivien