On Sun, 2006-05-14 at 23:09 +1000, Bas Driessen wrote: > Thanks Murray, but this DID work before the GdaValue->GValue changes > where introduced, so whatever was used then (local or SQL syntax) > could be used again. > > So what strategy would you use if you want to convert a string to a > GValue of G_TYPE_INT for instance?
I'd know what representation that string was using, in what locale, and I'd use the regular C or C++ technique to interpret it as an int. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
