Hello,

Question. In V3 there was the quick and convenient function:
"gda_column_get_defined_size" to get the width of a returned column from
the database. This no longer exists. I believe the solution should be
something along the lines of:

const GValue *value;
value = gda_column_get_attribute (column, GDA_ATTRIBUTE_DEFINED_SIZE)

This GDA_ATTRIBUTE_DEFINED_SIZE (or similar name)  does not exist. What
is the best/quickest way to get this value? If possible a small code
sample, which often makes things easier to understand.

Also, are these GDA_..... values linked to the providers or is that not
ready yet.

Thank you,
Bas.




_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to